blob: 29f26389ded1876c2be6187ab7156915df03a005 [file] [log] [blame]
extern {
const fn foo();
//~^ ERROR extern items cannot be `const`
const unsafe fn bar();
//~^ ERROR extern items cannot be `const`
}
fn main() {}