diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 21:28:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 21:28:29 -0700 |
commit | 0e0f32eb8d4377dd8b2750a4e81c553d68391e63 (patch) | |
tree | 405e1bc38a73016af6c999d3b63b39b02b304c55 /testcases | |
parent | a79fba0f20611338079e680493645c95ee677084 (diff) | |
download | cppawk-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-- | 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 |