summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/pre-codegen/optimizes_into_variable.main.SimplifyLocals-final.after.64bit.panic-abort.mir
blob: 425b95db3363a91d721e7374333e8265d43c9601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// MIR for `main` after SimplifyLocals-final

fn main() -> () {
    let mut _0: ();
    scope 1 {
        debug x => const 4_i32;
        scope 2 {
            debug y => const 3_i32;
            scope 3 {
                debug z => const 42_u32;
            }
        }
    }

    bb0: {
        return;
    }
}