package foo fun box(): Boolean { while (2 < 1) { return false; } return true; }