]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - test/if.qc
More test files
[xonotic/gmqcc.git] / test / if.qc
1 float test_if() {
2         if (1 == 1) {
3                 /* do this code */
4         }
5 }