mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
This is an edge case that isn't too uncommon but is rather confusing to try to deduce without documentation, since it feels like `else` is being overloaded in this scenario and there's no obvious 'correct' behavior here. This just adds a test demonstrating how Zig currently behaves in this scenario.