summary refs log tree commit diff stats
path: root/tests/errmsgs/tuncheckedarrayvar.nim
blob: 9376a01505c9d70b52343363c6088fd1267ec167 (plain) (blame)
1
2
3
4
5
6
7
discard """
errormsg: '''
invalid type: 'UncheckedArray[uint8]' for var
'''
"""

var byteUA: UncheckedArray[uint8]