summaryrefslogtreecommitdiff
path: root/clang/test/Sema/c89-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/c89-2.c')
-rw-r--r--clang/test/Sema/c89-2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Sema/c89-2.c b/clang/test/Sema/c89-2.c
new file mode 100644
index 0000000..f6f6bd9
--- /dev/null
+++ b/clang/test/Sema/c89-2.c
@@ -0,0 +1,5 @@
+/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
+ */
+
+#if 1LL /* expected-error {{long long}} */
+#endif