gmqcc/test/if.qc
2012-04-10 04:20:27 -04:00

5 lines
59 B
C++

float test_if() {
if (1 == 1) {
/* do this code */
}
}