summary refs log tree commit diff stats
path: root/tests/macros/tsame_name_497.nim
blob: 9f26a40241a1f02b74f38d4c12d985b6edd6fdf9 (plain) (blame)
1
2
3
4
5
6
import macro_bug

type TObj = object

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