mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
7 lines
79 B
Nim
7 lines
79 B
Nim
|
|
import macro_bug
|
|
|
|
type TObj = object
|
|
|
|
proc f(o: TObj) {.macro_bug.} = discard
|