mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
Revert "fix arc global variable issues" (#20764)
* Revert "fix arc global variable issues (#20759)"
This reverts commit a3d32a4176.
* trigger documentation builds
This commit is contained in:
@@ -124,7 +124,7 @@ proc test(count: int) =
|
||||
test(3)
|
||||
|
||||
proc test2(count: int) =
|
||||
block: #XXX: Fails with block currently
|
||||
#block: #XXX: Fails with block currently
|
||||
var v {.global.} = newVariable(20)
|
||||
|
||||
var count = count - 1
|
||||
|
||||
Reference in New Issue
Block a user