summary refs log tree commit diff stats
path: root/tests/overflow/twronginference.nim
blob: 34a982976bc8ad0e3ac1d3073340b5a307122b20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  errormsg: "cannot convert 256 to int8"
  line: 9
"""

# issue #23177

var x: int8
x = 256
echo x # 0