aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/13063.zig
AgeCommit message (Collapse)Author
2023-10-27categorize globals behavior testsAndrew Kelley
moves some tests that store to global variables to their own category instead of being named after a GitHub issue.
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-11-10stage2: Fix comptime array initializationCody Tapscott
This is a follow-up to 9dc98fba, which made comptime initialization patterns for union/struct more robust, especially when storing to comptime-known pointers (and globals). Resolves #13063.