John Schmidt ecc0108cea astgen: fill result location with void value if no other value
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.
2023-03-08 16:35:53 +02:00
..
2023-02-17 15:25:36 -07:00
2023-02-17 15:25:36 -07:00
2022-10-15 10:39:19 -07:00
2020-10-31 12:21:49 +02:00
2022-10-10 22:29:56 +02:00