aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx
new file mode 100644
index 0000000..6e35544
--- /dev/null
+++ b/bpkg/bpkg.cxx
@@ -0,0 +1,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 ()
+{
+}