aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases14
1 files changed, 14 insertions, 0 deletions
diff --git a/testcases b/testcases
index 5aed49e..1c2e6c8 100644
--- a/testcases
+++ b/testcases
@@ -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