]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/ppcat.qc
2056632054591fb7c86c781da3d38f07e3e04488
[xonotic/gmqcc.git] / tests / ppcat.qc
1 #define CAT(X, Y) X##Y
2 CAT(hello, world)