blob: 428856a36b42538077b7e7e7b18857118718c4be [file] [log] [blame]
fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
//~| ERROR expected `;` or `{`, found `]`
fn main() {}