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