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