diff options
Diffstat (limited to 'test/data/flymake/test.c')
-rw-r--r-- | test/data/flymake/test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/flymake/test.c b/test/data/flymake/test.c new file mode 100644 index 00000000000..3a3926131f5 --- /dev/null +++ b/test/data/flymake/test.c @@ -0,0 +1,5 @@ +int main() +{ + char c = 1000; + return c; +} |