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

5 lines
42 B
C

#define X(a,b, \
c,d) \
foo
X(1,2,3,4)