// MOVE: up fun foo(x: Boolean) { while (x) { } // test }