blob: aaf5137461fa639e0385c57b5d3b337868356250 [file] [log] [blame]
fn main() {
let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
}