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