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