Files
Nim/tests/macros/tsame_name_497.nim
Arne Döring 5b27b263fd Remove immediate pragma (#11308)
* remove immediate from tests
* remove immediate from the compiler
2019-05-29 22:21:51 +02:00

7 lines
79 B
Nim

import macro_bug
type TObj = object
proc f(o: TObj) {.macro_bug.} = discard