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

9 lines
109 B
C

// RUN: clang -E %s | grep 'A B C A B A C A B C A'
#define A A B C
#define B B C A
#define C C A B
A