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