With lots of experimenting, tradcpp (0.4) seems to work way better than gcc, and it's output is actually valid. We'll go with that for now.
3 lines
37 B
C
3 lines
37 B
C
#define x(a,b,c) a;b;c;
|
|
x((,),x,",")
|