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