summaryrefslogtreecommitdiffstats
path: root/test/option/debug-includes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-includes.py')
-rw-r--r--test/option/debug-includes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/option/debug-includes.py b/test/option/debug-includes.py
index 52d64a9..172cbb0 100644
--- a/test/option/debug-includes.py
+++ b/test/option/debug-includes.py
@@ -56,6 +56,7 @@ int main(int argc, char *argv[])
test.write('bar.c', """
#include "bar.h"
+int local = 1;
""")
test.write('foo.h', """