rust/tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir
2023-01-11 09:32:08 +00:00

10 lines
299 B
Rust

// MIR for `hello` before PreCodegen
fn hello() -> () {
let mut _0: (); // return place in scope 0 at $DIR/control_flow_simplification.rs:+0:14: +0:14
bb0: {
return; // scope 0 at $DIR/control_flow_simplification.rs:+4:2: +4:2
}
}