summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor/data/recursive.1.cpp
blob: 3e59b29907da4e6a4ac0b3189f2a81077d0c7a06 (plain)
1
2
3
4
5
#define a b
#define b a

b
a