]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/builtin.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / builtin.qc
index f4e509a119c11e4b5662ecf76150cec714346c80..06a1846e50a55c44193d1781f955dc70165fea45 100644 (file)
@@ -1,5 +1,3 @@
-void(...) print = #1;
-
 void() main = {
     print("hello world");
 }