rust/src/test/auxiliary/crateresolve4a-1.rs

6 lines
112 B
Rust
Raw Normal View History

#[link(name = "crateresolve4a", vers = "0.1")];
#[crate_type = "lib"];
#[legacy_exports];
fn f() -> int { 10 }