mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 07:43:26 +00:00
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
8 lines
96 B
Nim
8 lines
96 B
Nim
import mambsys2 # import TExport
|
|
|
|
type
|
|
TExport* = enum x, y, z
|
|
|
|
proc foo*(x: int) =
|
|
discard
|