rust/tests/mir-opt/const_prop/control_flow_simplification...

10 lines
113 B
Rust

// MIR for `hello` before PreCodegen
fn hello() -> () {
let mut _0: ();
bb0: {
return;
}
}