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:
ringabout
2022-11-05 22:47:12 +08:00
committed by GitHub
parent 10e7f18d01
commit afd4e22f76
3 changed files with 4 additions and 6 deletions

View File

@@ -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