aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/x.cxx')
-rw-r--r--test/examples/x.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/examples/x.cxx b/test/examples/x.cxx
new file mode 100644
index 000000000..255a70e7c
--- /dev/null
+++ b/test/examples/x.cxx
@@ -0,0 +1,4 @@
+// A demonstration program
+int main() {
+ printf("hello world %d\n", 9);
+}