Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
mir-opt
/
const_prop
/
checked_add.rs
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
;
}