summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-abort.mir
blob: 2b90410f95d9690f4ae32c8a2a29e65075c7c0ed (plain)
1
2
3
4
5
6
7
8
9
// MIR for `hello` before PreCodegen

fn hello() -> () {
    let mut _0: ();

    bb0: {
        return;
    }
}