blob: ef6c50ff507634dcfa115dbf487a6804374c6b0e [file] [log] [blame]
//@ run-pass
const ARR: [usize; 1] = [2];
fn main() {
let _ = 5 << ARR[0];
}