You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't happen with my own proc groups, only with make:
x := make([]int, 4, context.temp_allocator) // Goes to a seemingly random make definition or call.
one :: proc(x: int) {}
two :: proc(y: bool) {}
three :: proc() {}
test :: proc {
one,
two,
three,
}
test() // goes to the proc group