aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases8
1 files changed, 8 insertions, 0 deletions
diff --git a/testcases b/testcases
index caef473..091f19d 100644
--- a/testcases
+++ b/testcases
@@ -153,3 +153,11 @@ abc
./cppawk -v foo="abc'def" 'BEGIN { print foo }'
:
abc'def
+--
+29:
+./cppawk '
+#include <stdver.h>
+
+BEGIN { print __cppawk_ver >= 20220318 }'
+:
+1