mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
11 lines
143 B
Nim
11 lines
143 B
Nim
discard """
|
|
errormsg: "annotation to deprecated not supported here"
|
|
line: 8
|
|
"""
|
|
|
|
type
|
|
A = enum
|
|
a {.deprecated: "njshd".}
|
|
|
|
var v1 = a
|