summary refs log tree commit diff stats
path: root/tests/arc/topenarray.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)flywind2021-08-191-0/+24
* fix #18627 * add testcase * rename * another * remove tyVarargs