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