DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / overflow / twronginference.nim
12345678910
discard """ errormsg: "cannot convert 256 to int8" line: 9 """ # issue #23177 var x: int8 x = 256 echo x # 0