tinycc/tests/pp/07.c

5 lines
40 B
C

#define a() YES
#define b() a
b()
b()()