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

5 lines
40 B
C
Raw Normal View History

2025-04-18 12:38:54 +01:00
#define a() YES
#define b() a
b()
b()()