]> git.xonotic.org Git - xonotic/gmqcc.git/blob - test/if.qc
Implemented support for #include, but it doesn't add an include to the lexer yet.
[xonotic/gmqcc.git] / test / if.qc
1 float test_if() {
2         if (1 == 1) {
3                 /* do this code */
4         }
5 }