]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/ngraphs.qc
Don't generate unused warnings for unused constants
[xonotic/gmqcc.git] / tests / ngraphs.qc
index 330d625e4803ec295b279ee2b77927ec64d5c50b..d2b000f85ef55aec4005d55d20e1dcf2e6834afb 100644 (file)
@@ -1,6 +1,4 @@
-void(...) print = %:1;
-
 void() main = ??<
-       print("??=??'??(??)??!??<??>??-??/??/%>|");
-       print("#^[]|{}~\\%>\n");
+    print("??=??'??(??)??!??<??>??-??/??/%>|");
+    print("#^[]|{}~\\%>\n");
 %>;