Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
strip_empty_loop
main.zig
pretty
plain
permalink
blame
history
•
3 lines
•
128 B
1
pub fn main() noreturn {
2
while (true) {} // When built without debug info, this produces an Air loop with no instructions
3
}