Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
crashes
/
34127.rs
blob: ea36b48ecba07fe7bcf783d242c3e682f3b0af19 [
file
] [
log
] [
blame
]
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
//@ known-bug: #34127
//@ only-x86_64
pub
fn
main
()
{
let
_a
=
[();
1
<<
63
];
}