index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
consts
/
issue-77062-large-zst-array.rs
blob: 0566b802e75b68a010971e5099ce75403508b1ce (
plain
)
1
2
3
4
5
// build-pass
fn
main
()
{
let
_
=
&
[();
usize
::
MAX
];
}