aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/strip_empty_loop/main.zig
blob: bfcb5ac94b34ced62025854026422057044003ee (plain)
1
2
3
pub fn main() noreturn {
    while (true) {} // When built without debug info, this produces an Air loop with no instructions
}