aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases b/testcases
new file mode 100644
index 0000000..b52e737
--- /dev/null
+++ b/testcases
@@ -0,0 +1,5 @@
+1:
+./cppawk 'BEGIN { print "hello" }'
+:
+hello
+--