blob: 0a477f1aa5fb69ebdd52d9393f7fb118ed2b8a6a [file] [log] [blame]
fn main() {
const EMPTY_ARRAY = [];
//~^ missing type for `const` item
}