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