Files
Nim/tests/run/mambsys2.nim
2013-03-16 23:53:07 +01:00

5 lines
85 B
Nim

type
TExport* = enum x, y, z # exactly the same type!
proc foo*(x: int) = nil