forked from OSchip/llvm-project
parent
c311360909
commit
adcbb7f85d
|
@ -0,0 +1,5 @@
|
|||
// RUN: clang -E -verify %s
|
||||
// PR3096
|
||||
#ifdef FOO // expected-error {{unterminated conditional directive}}
|
||||
/* /* */
|
||||
|
Loading…
Reference in New Issue