Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-repeat-with-cast.rs
blob: 1f1fd4cd0d29c43713f8605f3401d5f0e0681080 [
file
] [
log
] [
blame
]
//@ run-pass
pub
fn
main
()
{
let
_a
=
[
0
;
1
as
usize
];
}