]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/last.qc
Match C's preprocessor semantics for token pasting with '##'.
[xonotic/gmqcc.git] / tests / last.qc
1 float here;
2 [[last]] float here;
3 #ifdef MAKE_IT_FAIL
4 float here;
5 #endif