zero tokens. This fixes PR2045, thanks to Neil for finding another incredibly subtle corner case :) llvm-svn: 47203
6 lines
73 B
C
6 lines
73 B
C
// RUN: not clang %s -pedantic-errors -E
|
|
// PR2045
|
|
|
|
#define b
|
|
#undef a b
|