mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
With this change, `break` and `break :blk` will fill the result location with `.void_value`, ensuring that the value will be type checked. The same will happen for a for loop that contains no `break`s in it's body. Closes https://github.com/ziglang/zig/issues/14686.