mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
6 lines
164 B
Nim
6 lines
164 B
Nim
discard """
|
|
errormsg: "size of array exceeds range of index type 'range 2147483646..2147483647(int32)' by 1 elements"
|
|
line: 5
|
|
"""
|
|
echo [high(int32)-1: 1, 2, 3]
|