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

proc foo*(x: int) = discard