summary refs log tree commit diff stats
path: root/tests/errmsgs/t9908_01.nim
blob: b9d37b67b7d80a21c048af9fc162264507fc7d32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
errormsg: "ordinal type expected"
line: 10
"""

# https://github.com/nim-lang/Nim/issues/9908

type
  X = enum
    a = ("a", "b")