mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
8 lines
127 B
Nim
8 lines
127 B
Nim
discard """
|
|
errormsg: "invalid type: 'typedesc[string]' for const"
|
|
"""
|
|
|
|
# bug #22996
|
|
type MyObject = ref object
|
|
_ = string
|