about summary refs log tree commit diff
path: root/tests/mir-opt/building/custom/operators.g.runtime.after.mir
blob: 7d87fd9327838ab4445dbe871e872b4516beac1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// MIR for `g` after runtime

fn g(_1: *const i32, _2: *const [i32]) -> () {
    let mut _0: ();
    let mut _3: ();
    let mut _4: usize;

    bb0: {
        _3 = PtrMetadata(copy _1);
        _4 = PtrMetadata(copy _2);
        return;
    }
}