lang-bootstrap/05/tcc-final/tests/pp/07.c
2025-04-18 12:38:54 +01:00

4 lines
40 B
C

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