diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |