aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/implicit-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/implicit-int.c')
-rw-r--r--test/Sema/implicit-int.c4
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() {
+}