Files
Nim/tests/destructor/t25341_aux/b.nim

7 lines
91 B
Nim

import ./module
var globalObj: Distinct2[4]
proc b*() =
globalObj = make1[4]().make2()