//ww:run-exit 42 package main; import types; export fn main() i32 = { let hi: uint = types.UINT_MAX; let v: uint = hi + 43; return v: i32; };