fn countBodyLenAfterFixups(astgen: *AstGen, body: []const Zir.Inst.Index) u32
fn countBodyLenAfterFixups(astgen: *AstGen, body: []const Zir.Inst.Index) u32 { return astgen.countBodyLenAfterFixupsExtraRefs(body, &.{}); }