// WITH_RUNTIME fun foo(a: Int) { for (i in 0.rangeTo(a - 1)) { } }