summaryrefslogtreecommitdiff
path: root/test/Preprocessor/unterminated.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/unterminated.c')
-rw-r--r--test/Preprocessor/unterminated.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/unterminated.c b/test/Preprocessor/unterminated.c
new file mode 100644
index 000000000000..2040aac17de2
--- /dev/null
+++ b/test/Preprocessor/unterminated.c
@@ -0,0 +1,5 @@
+// RUN: clang-cc -E -verify %s
+// PR3096
+#ifdef FOO // expected-error {{unterminated conditional directive}}
+/* /* */
+