blob: 7843d5ed86fd36c86d299732b4b4f482bbf1d675 [file]
package kotlin
fun foo(arg: Int) {
val x = arg / 0
}