aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
blob: 6e35544a5fb9ae4f00a56d46f34dd25f69d015b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : bpkg/bpkg.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <iostream>
#include <exception>

using namespace std;

int
main ()
{
}