Files

5 lines
66 B
Kotlin
Vendored

fun foo(a: Int, b: Int) {
println(a / 0)
println(b / 0)
}