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

fn set_discr_repr(_1: &mut Bool) -> () {
    let mut _0: ();

    bb0: {
        discriminant((*_1)) = 0;
        return;
    }
}