X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tests%2Ftypedefs.qc;h=a51844413803533e7213b68d67e6dafd97c9ee44;hb=4c1c1bc0519b666c92ce7bcab4c02c292d7cbfe7;hp=79143fd80bfe54f1767860503cf18c160cb090c8;hpb=7cd6a477f8fae39b56775eebbaa134c69615c0ab;p=xonotic%2Fgmqcc.git diff --git a/tests/typedefs.qc b/tests/typedefs.qc index 79143fd..a518444 100644 --- a/tests/typedefs.qc +++ b/tests/typedefs.qc @@ -1,5 +1,5 @@ -typedef void(string, ...) ptype; -typedef string(float) funcsf; +typedef void(...) ptype; +typedef string(float a) funcsf; ptype print = #1; funcsf ftos = #2;