rust/tests/mir-opt/const_prop/indirect.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
186 B
Rust
Raw Normal View History

// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
2022-07-26 12:04:27 -05:00
// unit-test: ConstProp
2019-06-01 13:08:04 -05:00
// compile-flags: -C overflow-checks=on
2020-07-27 14:22:43 -05:00
// EMIT_MIR indirect.main.ConstProp.diff
2019-06-01 13:08:04 -05:00
fn main() {
let x = (2u32 as u8) + 1;
}