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