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