This reverts commit 135b91aecd. "endsWithBreak()" is not a meaningful question to ask and should not be used this way. A simple example that defeats this logic is: ```zig export fn entry() void { outer: { { break :outer; } return; } } ```
135b91aecd
std.Target.current
@import("builtin").target