52c6956d1 ^
6d442a40a ^
1 2 3 4 5 6 7 8 9 10
11
12
discard """ errormsg: "over- or underflow" """ static: proc p = var x = int64.high y = 1 discard x + y doAssert false p()