diff options
Diffstat (limited to 'test/option/tree-all.py')
-rw-r--r-- | test/option/tree-all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/option/tree-all.py b/test/option/tree-all.py index 7940d47..163d286 100644 --- a/test/option/tree-all.py +++ b/test/option/tree-all.py @@ -64,6 +64,7 @@ int main(int argc, char *argv[]) test.write('Bar.c', """ #include "Bar.h" +int local = 1; """) test.write('Foo.h', """ |