aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/empty_global_error_set/main.zig
AgeCommit message (Collapse)Author
2025-01-05x86_64: fix `@errorName` dataJacob Young
The final offset was clobbering the first error name, which is revealed by an out of bounds when the global error set is empty. Closes #22362