diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -83,3 +83,13 @@ BEGIN { print max(42, 73) }' BEGIN { print max(42, 73) }' : 73 +-- +16: +./cppawk ' +BEGIN { +#if __gawk__ + print "gawk" +#endif +}' +: +gawk |