var x = 1111111111111111111111111111111111111
try {
  throw(x)
  x = 2
}
catch(e) {
 3u = e + 3
}
assert_equal(4, x);
