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