From 58e44f2cdad782fd9c5cf177c2bb1ca8a86c0e15 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:39:08 +0300 Subject: Move project into intermediate sub-directory --- libhello/tests/test/driver.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libhello/tests/test/driver.cxx (limited to 'libhello/tests/test/driver.cxx') diff --git a/libhello/tests/test/driver.cxx b/libhello/tests/test/driver.cxx new file mode 100644 index 0000000..38937f0 --- /dev/null +++ b/libhello/tests/test/driver.cxx @@ -0,0 +1,11 @@ +// file: tests/test/driver.cxx -*- C++ -*- + +#include + +int +main () +{ + using hello::say; + + say ("World"); +} -- cgit v1.1