// MOVE: up fun test(i: Int) { while (i == 1) { run { } } println() }