aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-18 21:28:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-18 21:28:29 -0700
commit0e0f32eb8d4377dd8b2750a4e81c553d68391e63 (patch)
tree405e1bc38a73016af6c999d3b63b39b02b304c55 /testcases
parenta79fba0f20611338079e680493645c95ee677084 (diff)
downloadcppawk-0e0f32eb8d4377dd8b2750a4e81c553d68391e63.tar.gz
cppawk-0e0f32eb8d4377dd8b2750a4e81c553d68391e63.tar.bz2
cppawk-0e0f32eb8d4377dd8b2750a4e81c553d68391e63.zip
Add cppawk-include directory and <stdver.h> header.
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