]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/gmqcc-src/tests/break.tmpl
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / tests / break.tmpl
diff --git a/misc/source/gmqcc-src/tests/break.tmpl b/misc/source/gmqcc-src/tests/break.tmpl
new file mode 100644 (file)
index 0000000..8bab42b
--- /dev/null
@@ -0,0 +1,8 @@
+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