8 lines
65 B
C
8 lines
65 B
C
// RUN: clang-cc %s -E | grep "^xy$"
|
|
|
|
#define A x ## y
|
|
blah
|
|
|
|
A
|
|
|