rust/src/test/auxiliary/crateresolve2-3.rs
Brian Anderson 9c88e5ef5a test: Refactor the crateresolve tests
Keep their aux builds from stomping on each other
2012-04-06 10:58:03 -07:00

7 lines
100 B
Rust

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