mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
7e0c6d7edc
Closes #15284
4 lines
128 B
Zig
4 lines
128 B
Zig
pub fn main() noreturn {
|
|
while (true) {} // When built without debug info, this produces an Air loop with no instructions
|
|
}
|