fn appendBodyWithFixupsArrayList( astgen: *AstGen, list: *std.ArrayList(u32), body: []const Zir.Inst.Index, ) void
fn appendBodyWithFixupsArrayList( astgen: *AstGen, list: *std.ArrayList(u32), body: []const Zir.Inst.Index, ) void { astgen.appendBodyWithFixupsExtraRefsArrayList(list, body, &.{}); }