diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -69,3 +69,17 @@ ERR 1 1 2 +-- +14: +./cppawk -Itestdir ' +#include "header.cwh" +BEGIN { print max(42, 73) }' +: +73 +-- +15: +./cppawk -iquotetestdir ' +#include "header.cwh" +BEGIN { print max(42, 73) }' +: +73 |