tinycc/tests/pp/06.c

6 lines
42 B
C

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