blob: a7a80aff4273b424143c6303d63d1dbf76d65039 [file] [log] [blame]
// RUN: clang-cc -E %s | grep '^Y$'
#define X() Y
#define Y() X
X()()()