]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/ppcat.qc
More preprocessor testsuite support and our first preprocessor test!
[xonotic/gmqcc.git] / tests / ppcat.qc
1 #define CAT(X, Y) X##Y
2 CAT(hello, world)