2023-04-17 02:30:10 +03:00

4 lines
128 B
Zig

pub fn main() noreturn {
while (true) {} // When built without debug info, this produces an Air loop with no instructions
}