summary refs log tree commit diff stats
path: root/tests/errmsgs/t22852.nim
blob: 7c352a49c9cf721f1d7ce960c4a625f482ad0a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  exitcode: 1
  outputsub: '''
Error: unhandled exception: value out of range: -2 notin 0 .. 9223372036854775807 [RangeDefect]
'''
"""

# bug #22852
echo [0][2..^2]