extern {
//~^ ERROR missing `fn`, `type`, `const`, or `static` for item declaration
f();
}
fn main() {