]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/typedefs.qc
Put this back in global scope, we have a local scope test
[xonotic/gmqcc.git] / tests / typedefs.qc
index 79143fd80bfe54f1767860503cf18c160cb090c8..e9bc13b1b48efbabee4a2de9c3f0a8c3f60079a7 100644 (file)
@@ -1,4 +1,4 @@
-typedef void(string, ...) ptype;
+typedef void(...)     ptype;
 typedef string(float) funcsf;
 
 ptype print = #1;