From ef4070dd12a9aedec805003beaad3816ca4dc3f4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:26:51 +0300 Subject: Move project into intermediate sub-directory --- libformat/tests/test/driver.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libformat/tests/test/driver.cxx (limited to 'libformat/tests/test/driver.cxx') diff --git a/libformat/tests/test/driver.cxx b/libformat/tests/test/driver.cxx new file mode 100644 index 0000000..fb2939d --- /dev/null +++ b/libformat/tests/test/driver.cxx @@ -0,0 +1,13 @@ +// file: tests/test/driver.cxx -*- C++ -*- + +#include + +#include + +int +main () +{ + using namespace std; + + cout << format ("Hello", "World") << endl; +} -- cgit v1.1