forked from OSchip/llvm-project
6 lines
73 B
C
6 lines
73 B
C
|
// RUN: not clang %s -pedantic-errors -E
|
||
|
// PR2045
|
||
|
|
||
|
#define b
|
||
|
#undef a b
|