// WITH_RUNTIME fun example() { val max = 5 for (i in 0..(max - 1)) { } }