]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/switch.tmpl
Unused globals even if they have an initial value should produce unused diagnostic
[xonotic/gmqcc.git] / tests / switch.tmpl
1 I: switch.qc
2 D: test switches
3 T: -execute
4 C: -std=fteqcc -frelaxed-switch
5 M: One
6 M: Two
7 M: Three, falling through to 2 - Two
8 M: Four, falling through to default - Other
9 M: Other
10 M: Enhanced 80
11 M: 0 1 2 3 4 5
12 M: early break