52c6956d1 ^
afbcd1b33 ^
1 2 3 4 5 6 7
8
9 10 11
discard """ errormsg: "over- or underflow" """ static: proc p = var x = 1'i64 shl 62 discard x * 2 assert false p()