Files
Nim/tinyc/tests/pp/07.c
2017-10-28 09:25:56 +02:00

5 lines
40 B
C

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