mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
The error should only happen as a result of `_ = <expr>` not for an operand of a break expression that is discarded. Closes #13212
The error should only happen as a result of `_ = <expr>` not for an operand of a break expression that is discarded. Closes #13212