aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello/test/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/m4/libhello/test/driver.cxx')
-rw-r--r--examples/m4/libhello/test/driver.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/m4/libhello/test/driver.cxx b/examples/m4/libhello/test/driver.cxx
new file mode 100644
index 0000000..1809049
--- /dev/null
+++ b/examples/m4/libhello/test/driver.cxx
@@ -0,0 +1,10 @@
+#include <hello/hello.hxx>
+
+#include "driver.hxx"
+
+int
+main ()
+{
+ hello h;
+ h.say (msg);
+}