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