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