aboutsummaryrefslogtreecommitdiffstats
path: root/testdir/header.cwh
diff options
context:
space:
mode:
Diffstat (limited to 'testdir/header.cwh')
-rw-r--r--testdir/header.cwh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testdir/header.cwh b/testdir/header.cwh
new file mode 100644
index 0000000..73873ef
--- /dev/null
+++ b/testdir/header.cwh
@@ -0,0 +1,2 @@
+/* cppawk header file */
+#define max(a, b) ((a) > (b) ? (a) : (b))