blob: 91128c39691d3b791d8b39ea8d5df0e112094f0f [file]
fn main() {
let x: [isize 3]; //~ ERROR expected `;` or `]`, found `3`
}