summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/custom/terminators.drop_second.built.after.mir
blob: ed3728121bd65a87e3cc8cc9277e0dbbdab11573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// MIR for `drop_second` after built

fn drop_second(_1: WriteOnDrop<'_>, _2: WriteOnDrop<'_>) -> () {
    let mut _0: ();

    bb0: {
        drop(_2) -> [return: bb1, unwind continue];
    }

    bb1: {
        return;
    }
}