blob: b9860da4c82204777d579a06a4f024fdbaca2037 [file] [log] [blame]
// unit-test: ConstProp
// compile-flags: -C overflow-checks=on
// EMIT_MIR checked_add.main.ConstProp.diff
fn main() {
let x: u32 = 1 + 1;
}