auto i = 0
while (i < 10) {true
throw(++i == 5) {
    break
  }
}
assert_equal(5, i);
