aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testcases5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases b/testcases
index 2711d4b..02c9dfe 100644
--- a/testcases
+++ b/testcases
@@ -205,3 +205,8 @@ gawk=__gawk__
tmp=$(./cppawk --awk=testdir/testdel 1); [ -e $tmp ] || echo gone
:
gone
+--
+38:
+./cppawk --prepro-only -f testdir/program.cwk | grep BEGIN
+:
+BEGIN { print ((42) > (73) ? (42) : (73)) }