aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3664.rs
blob: c52a75805afdc336847b434dfe948c1d6f280c7e (plain)
1
2
3
4
5
const ARR: [usize; 1] = [2];

pub fn l8() {
    let _ = 5 << ARR[0];
}