lang-bootstrap/05/tcc-0.9.27/tests/pp/07.c

5 lines
40 B
C
Raw Permalink Normal View History

2022-02-18 12:36:57 -05:00
#define a() YES
#define b() a
b()
b()()