blob: e9c5b3db4d5c533defb088f83a496523affbfb1c [file] [log] [blame]
fun foo(a: Int, b: Int) {
println(a / 0)
println(b / 0)
}