rust/tests/mir-opt/while_storage.while_loop.PreCodegen.after.panic-abort.mir
2023-10-21 07:08:48 +00:00

17 lines
273 B
Rust

// MIR for `while_loop` after PreCodegen
fn while_loop(_1: bool) -> () {
debug c => _1;
let mut _0: ();
scope 1 (inlined get_bool) {
debug c => _1;
}
scope 2 (inlined get_bool) {
debug c => _1;
}
bb0: {
return;
}
}