forked from OSchip/llvm-project
7 lines
80 B
C
7 lines
80 B
C
|
// RUN: clang -E -x c-header %s > %t &&
|
||
|
// RUN: grep 'B B' %t
|
||
|
|
||
|
#define A B
|
||
|
A A
|
||
|
|