]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/gmqcc-src/tests/switch.tmpl
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / tests / switch.tmpl
diff --git a/misc/source/gmqcc-src/tests/switch.tmpl b/misc/source/gmqcc-src/tests/switch.tmpl
new file mode 100644 (file)
index 0000000..88cd2ea
--- /dev/null
@@ -0,0 +1,12 @@
+I: switch.qc
+D: test switches
+T: -execute
+C: -std=fteqcc -frelaxed-switch
+M: One
+M: Two
+M: Three, falling through to 2 - Two
+M: Four, falling through to default - Other
+M: Other
+M: Enhanced 80
+M: 0 1 2 3 4 5
+M: early break