gmqcc/tests/break.tmpl
2012-11-22 19:28:38 +01:00

8 lines
164 B
Cheetah

I: break.qc
D: test break and continue
T: -execute
C: -std=fteqcc
M: 0 1 2 3 4 5 6 7 8 9 end
M: 0 1 2 3 brk end
M: 0 1 2 ct 4 5 6 7 8 9 end
M: 0 1 ct 3 4 5 brk end