summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.panic-unwind.mir
blob: 1851747f0a623ef1c2db43f78c8a95d766e52360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// MIR for `main` after AbortUnwindingCalls

fn main() -> () {
    let mut _0: ();
    let mut _1: !;
    let mut _2: ();
    scope 1 {
    }

    bb0: {
        StorageLive(_1);
        StorageLive(_2);
        _2 = ();
        _1 = const_eval_select::<(), fn() -> ! {ow_ct}, fn() -> ! {ow_ct}, !>(move _2, ow_ct, ow_ct) -> unwind continue;
    }
}