Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
131347.rs
blob: 15f367d79e2085017c3d7800b68bb41747588476 [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #131347
//@ compile-flags: -Zmir-opt-level=5 -Zvalidate-mir
struct
S
;
static
STUFF
:
[
i8
]
=
[
0
;
S
::
N
];
fn
main
()
{
assert_eq
!(
STUFF
,
[
0
;
63
]);
}