rustc/tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-unwind.mir
2024-05-23 21:15:29 +02:00

10 lines
113 B
YAML

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