aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/6305.zig
AgeCommit message (Collapse)Author
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-08-06Add behavior test for copying self-referential structStevie Hryciw
Closes #6312. In the C++ implementation this caused a stack overflow from infinite recursion during analysis.