rust/tests/crashes/124583.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
76 B
Rust
Raw Normal View History

//@ known-bug: rust-lang/rust#124583
fn main() {
let _ = -(-0.0f16);
}