nested-1.go 85 B

12345
  1. package main
  2. func main() {
  3. if func (i int) int { return i} (0) != 0 { panic(0) }
  4. }