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
44 B
C
3 lines
44 B
C
#define concat(a, b) a/**/b
|
|
concat(abc,def)
|