8 lines
75 B
C
8 lines
75 B
C
// RUN: clang-cc -E %s | grep '^Y$'
|
|
|
|
#define X() Y
|
|
#define Y() X
|
|
|
|
X()()()
|
|
|