mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
7 lines
91 B
Nim
7 lines
91 B
Nim
import ./module
|
|
|
|
var globalObj: Distinct2[4]
|
|
|
|
proc b*() =
|
|
globalObj = make1[4]().make2()
|