]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vec-repeat-with-cast.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / array-slice-vec / vec-repeat-with-cast.rs
1 // run-pass
2
3 // pretty-expanded FIXME #23616
4
5 pub fn main() { let _a = [0; 1 as usize]; }