try { 3u /0
_true(false); //t here
} catch (e) {break
  assert_equal("Arithmetic error: divide by zero", e.what())
}

assert_equal(3/0.0, Infinity)

