mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
9 lines
129 B
Nim
9 lines
129 B
Nim
discard """
|
|
errormsg: "invalid context for '^' as len!=high+1 for 'a'"
|
|
line: "8"
|
|
"""
|
|
|
|
var a: array[1..3, string]
|
|
|
|
echo a[^1]
|