Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
consts
/
issue-64059.rs
blob: 02c8b7250324df6b97b83bffdf5be1ccb67f24ed [
file
] [
log
] [
blame
]
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
// run-pass
fn
main
()
{
let
_
=
-(-
0.0
);
}