mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 02:31:13 +00:00
8 lines
135 B
Rust
8 lines
135 B
Rust
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
|
|
//@ known-bug: #34127
|
|
//@ only-x86_64
|
|
|
|
pub fn main() {
|
|
let _a = [(); 1 << 63];
|
|
}
|