summary refs log tree commit diff stats
path: root/tests/mambsys2.nim
blob: 395425b868f0e1800361dbf7f452617978f997e0 (plain) (blame)
1
2
3
4
type
  TExport* = enum x, y, z # exactly the same type!

proc foo*(x: int) = nil