diff options
-rw-r--r-- | test/Preprocessor/unterminated.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/unterminated.c b/test/Preprocessor/unterminated.c new file mode 100644 index 0000000000..59bcae831d --- /dev/null +++ b/test/Preprocessor/unterminated.c @@ -0,0 +1,5 @@ +// RUN: clang -E -verify %s +// PR3096 +#ifdef FOO // expected-error {{unterminated conditional directive}} +/* /* */ + |