summary refs log tree commit diff stats
path: root/tests/openarray/topena1.nim
blob: 380c57f2af9a47102c9151c45d761046b5fcb349 (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