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

type
  TExport* = enum x, y, z

proc foo*(x: int) =
  discard