Files
Nim/tests/array/tidx_lit_err3.nim
2019-06-18 14:16:33 +02:00

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]