mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
11 lines
161 B
Nim
11 lines
161 B
Nim
discard """
|
|
errormsg: "ordinal type expected"
|
|
line: 10
|
|
"""
|
|
|
|
# https://github.com/nim-lang/Nim/pull/9909#issuecomment-445519287
|
|
|
|
type
|
|
E = enum
|
|
myVal = 80.9
|