]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/ppindirectexpand.qc
this can be a move
[xonotic/gmqcc.git] / tests / ppindirectexpand.qc
1 #define STR1(x) #x
2 #define STR2(x) STR1(x)
3 #define THE_ANSWER 42
4 #define THE_ANSWER_STR STR2(THE_ANSWER)
5
6 THE_ANSWER_STR