func main() { defer func() { for {} }() } func main() { defer func() { select {} }() } func main() { defer func() { <-make(chan bool) }() }
func main() { defer func() { for {} }() } func main() { defer func() { select {} }() } func main() { defer func() { <-make(chan bool) }() }