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