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

5 lines
42 B
C

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