summary refs log tree commit diff stats
path: root/tests/ambsym/mambsys1.nim
blob: 5472b5ae4e373ed9763255eb280768311aafce7e (plain) (blame)
1
2
3
4
5
6
7
import mambsys2 # import TExport

type
  TExport* = enum x, y, z

proc foo*(x: int) =
  nil