Files
Nim/tests/errmsgs/t9908_01.nim
2018-12-09 14:20:01 +05:30

11 lines
142 B
Nim

discard """
errormsg: "ordinal type expected"
line: 10
"""
# https://github.com/nim-lang/Nim/issues/9908
type
X = enum
a = ("a", "b")