summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
blob: b6d8229988e3f7247fc0c86d0aff43ae24486eb9 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `simple_ref` after built

fn simple_ref(_1: &mut i32) -> &mut i32 {
    let mut _0: &mut i32;

    bb0: {
        _0 = move _1;
        return;
    }
}