blob is binary.
ref='#n6'>6
7
8
9
10
11
index : tour | |
touring some programming systems | elioat <elioat@tilde.institute> |
about summary refs log blame commit diff stats |
discard """
errormsg: "over- or underflow"
"""
static:
proc p =
var
x = int64.high
discard x + 1
assert false
p()