Files
Nim/tests/overload/importA.nim
2016-09-03 21:21:06 +10:00

6 lines
92 B
Nim

type
Field* = object
elemSize*: int
template `+`*(x: untyped, y: Field): untyped = x