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