MrMugame opened this issue a year ago · 0 comments
foo: struct { bar: u32 }; bar: void() { test : foo; }; 0;
throws an error while
foo: struct { bar: u32 }; test : foo; 0;
doesn't