mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
10 lines
112 B
Nim
10 lines
112 B
Nim
discard """
|
|
disabled: true
|
|
"""
|
|
|
|
import macro_bug
|
|
|
|
type TObj = object
|
|
|
|
proc f(o: TObj) {.macro_bug.} = discard
|