summary refs log tree commit diff stats
path: root/tests/openarray/topena1.nim
blob: ed3a0cedbf6596c15c5b2f217d8e73c23b393961 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  errormsg: "invalid type"
  file: "topena1.nim"
  line: 9
"""
# Tests a special bug

var
  x: ref openarray[string] #ERROR_MSG invalid type