blob: 6240f7e1d2c0df382e9c26ab737cd09e9e3b13a8 [file]
// OPTION: 1
fun foo(n : Int): Int {
val m = n + 1
m/0
return 0
}