forked from KolibriOS/kolibrios
6 lines
42 B
C
6 lines
42 B
C
|
#define X(a,b, \
|
||
|
c,d) \
|
||
|
foo
|
||
|
|
||
|
X(1,2,3,4)
|