mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
* Lexer: do not accept some invalid integer literals * Use Natural instead of uint, and result variable
8 lines
102 B
Nim
8 lines
102 B
Nim
discard """
|
|
file: "tinvalidintegerliteral2.nim"
|
|
line: 7
|
|
errormsg: "invalid number"
|
|
"""
|
|
|
|
echo 0x
|