rust/tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-unwind.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
113 B
Rust
Raw Normal View History

2020-04-04 17:15:01 +00:00
// MIR for `hello` before PreCodegen
fn hello() -> () {
2023-06-06 09:47:00 -04:00
let mut _0: ();
2020-04-04 17:15:01 +00:00
bb0: {
2023-06-06 09:47:00 -04:00
return;
2020-04-04 17:15:01 +00:00
}
}