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

8 lines
72 B
C

// RUN: clang -E %s | grep '^Y$'
#define X() Y
#define Y() X
X()()()