Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-64059.rs
blob: 8bb2d0fe05a2c22fe9765ec41f0f77a31c6545cc [
file
] [
log
] [
blame
] [
edit
]
//@ 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
);
}