index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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