Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-repeat-with-cast.rs
blob: 4af38d9cf3286aab842c07855546d549d2c640c3 [
file
] [
log
] [
blame
]
//@ run-pass
//@ pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_a
=
[
0
;
1
as
usize
];
}