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