mambsys2.nim 85 B

12345
  1. type
  2. TExport* = enum x, y, z # exactly the same type!
  3. proc foo*(x: int) = discard