mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-18 10:37:12 +00:00
11 lines
142 B
Nim
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")
|