mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 06:57:09 +00:00
8 lines
134 B
Rust
8 lines
134 B
Rust
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
|
|
//@ known-bug: #34127
|
|
//@ only-64bit
|
|
|
|
pub fn main() {
|
|
let _a = [(); 1 << 63];
|
|
}
|