fun test(b: Boolean) { do { if (b) break; continue; } while (true); }