Files
Nim/tinyc/tests/pp/06.c
2017-10-28 09:25:56 +02:00

6 lines
42 B
C

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