]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/typedefs.qc
Parameter omitting in fteqcc is disallowed.
[xonotic/gmqcc.git] / tests / typedefs.qc
index e9bc13b1b48efbabee4a2de9c3f0a8c3f60079a7..a51844413803533e7213b68d67e6dafd97c9ee44 100644 (file)
@@ -1,5 +1,5 @@
-typedef void(...)     ptype;
-typedef string(float) funcsf;
+typedef void(...)       ptype;
+typedef string(float a) funcsf;
 
 ptype print = #1;
 funcsf ftos = #2;