]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/variadic.qc
Added definition file for test-suite, used by default by the test system. To overrid...
[xonotic/gmqcc.git] / tests / variadic.qc
index 27d938fc92f650b8562ebaab527ad0608cc59c83..26f301b1df83289a8756c73fdc0d0194a0960c4b 100644 (file)
@@ -1,5 +1,3 @@
-void(...) print = #1;
-
 void() main = {
     print("hello", " world");
 }