// MOVE: down fun foo(n: Int) { if (n > 0) { } else { while (n > 0) { } } }