summary refs log tree commit diff stats
path: root/tests/macros/tsame_name_497.nim
blob: ed5d5c6d88b22478418b69405c5214fc9153092a (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  disabled: true
"""

import macro_bug

type TObj = object

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