9c88e5ef5a
Keep their aux builds from stomping on each other
7 lines
100 B
Rust
7 lines
100 B
Rust
#[link(name = "crateresolve2",
|
|
vers = "0.3")];
|
|
|
|
#[crate_type = "lib"];
|
|
|
|
fn f() -> int { 30 }
|