1 2 3 4 5 6 7
#[link(name = "crateresolve2", vers = "0.2")]; #[crate_type = "lib"]; #[legacy_exports]; fn f() -> int { 20 }