mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
fixes #25074 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
6 lines
291 B
Nim
6 lines
291 B
Nim
discard """
|
|
matrix: "--warningaserror:longliterals"
|
|
errormsg: "number has 64 digits but type only supports 16 digits: '0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff' [LongLiterals]"
|
|
"""
|
|
|
|
echo $sizeof 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff |