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