blob: 4d28ad051dfafa281097660215043044e7d0f0d9 [file] [log] [blame]
fn main() {
const EMPTY_ARRAY = [];
//~^ ERROR missing type for `const` item
//~| ERROR type annotations needed
}