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

proc foo*(x: int) = discard