blob: 71c22e62f8e4bd25bfadd34881106fec6033848b [file] [log] [blame]
extern {
const i: isize;
//~^ ERROR extern items cannot be `const`
}
fn main() {}