diff options
Diffstat (limited to 'test/Sema/implicit-int.c')
-rw-r--r-- | test/Sema/implicit-int.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Sema/implicit-int.c b/test/Sema/implicit-int.c new file mode 100644 index 0000000000..e4a215fb78 --- /dev/null +++ b/test/Sema/implicit-int.c @@ -0,0 +1,4 @@ +// RUN: clang -fsyntax-only %s + +foo() { +} |