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