gmqcc/tests/ppcat.qc

2 lines
41 B
C++

#define CAT(X, Y) X##Y
CAT(hello, world)