]> git.proxmox.com Git - rustc.git/blame - src/test/ui/array-slice-vec/vec-repeat-with-cast.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / array-slice-vec / vec-repeat-with-cast.rs
CommitLineData
b7449926
XL
1// run-pass
2
c34b1796
AL
3// pretty-expanded FIXME #23616
4
5pub fn main() { let _a = [0; 1 as usize]; }