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

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

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