mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
12 lines
143 B
Nim
12 lines
143 B
Nim
discard """
|
|
tfile: "tenummix.nim"
|
|
tline: 11
|
|
errormsg: "type mismatch"
|
|
"""
|
|
|
|
type
|
|
TE1 = enum eA, eB
|
|
TE2 = enum eC, eD
|
|
|
|
assert eA != eC
|