summaryrefslogtreecommitdiffstats
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 0000000..2040aac
--- /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}}
+/* /* */
+
OpenPOWER on IntegriCloud