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

fn structured(_1: S) -> () {
    debug x => (_1.0: f32);
    let mut _0: ();

    bb0: {
        return;
    }
}