aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases10
1 files changed, 10 insertions, 0 deletions
diff --git a/testcases b/testcases
index 1c2e6c8..d1a9fff 100644
--- a/testcases
+++ b/testcases
@@ -83,3 +83,13 @@ BEGIN { print max(42, 73) }'
BEGIN { print max(42, 73) }'
:
73
+--
+16:
+./cppawk '
+BEGIN {
+#if __gawk__
+ print "gawk"
+#endif
+}'
+:
+gawk