break
  3/*
; // should never get here
} catch (e) {
  assert_equal("Arithmetic error: divide by zero", e.what())
}

assert_equal(3/0.0, Infinity)

