]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/short-logic.tmpl
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
[xonotic/gmqcc.git] / tests / short-logic.tmpl
1 I: short-logic.qc
2 D: test short circuit logic
3 T: -execute
4 C: -std=fteqcc -fshort-logic
5 M: 13=13 23=23 OK
6 M: 13=13 33=33 OK
7 M: 16=16 33=33 OK
8 M: 26=26 36=36 OK
9 M: 16=16 26=26 36=36 OK