// WITH_RUNTIME fun foo(a: Long) { for (i in 1L..a - 1L) { } }