blob: 16b61caa4dffca125756cc23ae81bccbba03b325 [file] [log] [blame]
fn main() {
let x: [isize 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
}