fun box(): String { do while (false); var x = 0 do while (x++<5); if (x != 6) return "Fail: $x" return "OK" }