]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/gmqcc-src/tests/pperror.qc
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / tests / pperror.qc
diff --git a/misc/source/gmqcc-src/tests/pperror.qc b/misc/source/gmqcc-src/tests/pperror.qc
new file mode 100644 (file)
index 0000000..b57f563
--- /dev/null
@@ -0,0 +1,5 @@
+/*
+ * Cause a compile-time error via preprocessor directive.  This code should
+ * not compile.
+ */
+#error "Fail to compile"