Files
qt-creator/tests/auto/cplusplus/preprocessor/data/recursive.1.cpp
T

6 lines
29 B
C++
Raw Normal View History

2012-03-26 15:18:01 +02:00
#define a b
#define b a
b
a