mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 01:34:02 +00:00
2
tests/global/mglobal3.nim
Normal file
2
tests/global/mglobal3.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
proc v*() =
|
||||
let u {.global.} = default(ref int)
|
||||
@@ -62,3 +62,7 @@ proc m2() =
|
||||
assert v == "123"
|
||||
|
||||
m2()
|
||||
|
||||
import mglobal3
|
||||
block:
|
||||
v()
|
||||
Reference in New Issue
Block a user