package main func main() { syms := []int{} for range syms { } defer println("bye") for range syms { } }