#[link(name = "crateresolve3",
vers = "0.1")];
#[crate_type = "lib"];
#[legacy_exports];
fn f() -> int { 10 }