about summary refs log blame commit diff stats
path: root/js/magic-bird/imgs/extracted-1688-map/MapPartsWhite/mountains_white/3.png
blob: 211623d21b7b2835630f8d4c4dedac78fcc55861 (plain) (tree)
blob is binary.
ref='#n6'>6 7 8 9 10 11










                                
discard """
  errormsg: "over- or underflow"
"""

static:
  proc p =
    var
      x = int64.high
    discard x + 1
    assert false
  p()