summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/remove_never_const.no_codegen.PreCodegen.after.mir
blob: 695bf233685737116cfa132f1c1fc65a33d6c9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
// MIR for `no_codegen` after PreCodegen

fn no_codegen() -> () {
    let mut _0: ();
    scope 1 {
    }

    bb0: {
        unreachable;
    }
}