lang-bootstrap/05/tcc-0.9.27/tests/pp/07.c
2022-02-18 12:36:57 -05:00

4 lines
40 B
C

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