blob: 4beac6fd8f9ddc202aaaa3aeeda2eae6a0cf88bb [file] [log] [blame]
package main
func f(x int) int {
return x / 0
}
func main() {
f(1)
}