rust/tests/crashes/121126.rs

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

5 lines
79 B
Rust
Raw Normal View History

//@ known-bug: #121126
fn main() {
let _n = 1i64 >> [64][4_294_967_295];
}