]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/builtin.qc
Fix testsuite. Also added an additional test to the ternary stuff
[xonotic/gmqcc.git] / tests / builtin.qc
index f4e509a119c11e4b5662ecf76150cec714346c80..6e586443c4bf818555ac8dacc2fc56d5446a2496 100644 (file)
@@ -1,4 +1,4 @@
-void(...) print = #1;
+void(string) print = #1;
 
 void() main = {
     print("hello world");