about summary refs log tree commit diff
path: root/tests/mir-opt/building/custom/debuginfo.constant.built.after.mir
blob: 00702b5b99c416fd23ed0c30d199c61a6d7c4c59 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `constant` after built

fn constant() -> () {
    debug scalar => const 5_usize;
    let mut _0: ();

    bb0: {
        return;
    }
}