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