summary refs log tree commit diff stats
path: root/tests/misc/t18079.nim
Commit message (Collapse)AuthorAgeFilesLines
* megatest now checks refc too (#21341)ringabout2023-02-091-0/+4
| | | | | * megatest now checks refc too * fixes refc
* Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)Bung2022-11-041-0/+11
* add test case * refactoring transformAddrDeref and fix #18079 * fix jsgen