llvm-project/clang/test/Preprocessor/macro_expand.c

8 lines
72 B
C
Raw Normal View History

2006-10-06 10:59:40 +08:00
// RUN: clang -E %s | grep '^Y$'
#define X() Y
#define Y() X
X()()()