summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/indirect.rs
blob: 0e6e1d78d1e37ac6140ecb6e973210cadfa38cdf (plain)
1
2
3
4
5
6
7
8
9
// skip-filecheck
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// unit-test: ConstProp
// compile-flags: -C overflow-checks=on

// EMIT_MIR indirect.main.ConstProp.diff
fn main() {
    let x = (2u32 as u8) + 1;
}