aboutsummaryrefslogtreecommitdiff
path: root/test/cases/break_continue.0.zig
blob: 6684bcb0d09e1d48c65bbfee75254d27833042cb (plain)
1
2
3
4
5
6
7
8
9
pub fn main() void {
    while (true) {
        break;
    }
}

// run
// target=x86_64-linux,x86_64-macos
//