forked from OSchip/llvm-project
parent
cc498392a2
commit
464e17ab20
|
@ -1,5 +1,5 @@
|
|||
// RUN: not clang %s -pedantic-errors -E
|
||||
// RUN: clang %s -pedantic-errors -verify
|
||||
// PR2045
|
||||
|
||||
#define b
|
||||
#undef a b
|
||||
/* expected-error {{extra tokens at end of #undef directive}} */ #undef a b
|
||||
|
|
Loading…
Reference in New Issue