Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/upstream/master
/
.
/
tests
/
crashes
/
135646.rs
blob: 841ea5b81b41f39b9c05deb80eb43f90b29517f8 [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #135646
//@ compile-flags: -Zpolonius=next
//@ edition: 2024
fn
main
()
{
&{
[
1
,
2
,
3
][
4
]
};
}