Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
34127.rs
blob: 88a2cf30ec5d5a837346159d11565b90c6162e2a [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -g -Copt-level=0
//@ known-bug: #34127
//@ only-x86_64
pub
fn
main
()
{
let
_a
=
[();
1
<<
63
];
}