]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/pointlife.qc
Parameter omitting in fteqcc is disallowed.
[xonotic/gmqcc.git] / tests / pointlife.qc
index 5225a7c6ae2c11c0d88582363beac197d9dacc7f..e32795a22ffc7ad1e47b5e97cc8d0b0e9568add2 100644 (file)
@@ -1,7 +1,7 @@
 var float foo = 0;
 
 void funcall() {}
-void bar(string) {}
+void bar(string str) {}
 
 void main(string str) {
     string pl;