Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
numbers-arithmetic
/
saturating-float-casts.rs
blob: cc248a9bea0879c325295f13a785511f3dd5909c [
file
] [
log
] [
blame
]
// run-pass
// compile-flags:-Zmir-opt-level=0
#![
feature
(
test
,
stmt_expr_attributes
)]
#![
deny
(
overflowing_literals
)]
#[
path
=
"saturating-float-casts-impl.rs"
]
mod
implementation
;
pub
fn
main
()
{
implementation
::
run
();
}