summary refs log tree commit diff stats
path: root/tests/global/t3505.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)Bung2022-11-221-1/+9
|
* fix #3505 wrong var {.global.} initialization, asign variable to it (#20812)Bung2022-11-121-0/+33
* fix #3505 wrong var {.global.} initialization, asign variable to it * fix #5132 as well * follow suggestions * handle all call kinds * Update tests/global/t3505.nim * Update compiler/semstmts.nim * Update compiler/semstmts.nim * Update compiler/semstmts.nim * follow suggestion * Update compiler/semstmts.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>