// WITH_RUNTIME // PROBLEM: none fun foo(a: Int) { for (i in 0..a + 1) { } }