mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 10:25:13 +00:00
Block statements that end with "break" should not be considered "noreturn" for the enclosing scope, but other "noreturn" instructions (return, panic, compile error, etc.) should be. This differentiation necessitates handling "break" differently from the other "noreturn" instructions when inside a block statement.