rust/tests/run-make/symbol-mangling-hashed/a_rlib.rs

6 lines
72 B
Rust

#![crate_type = "rlib"]
pub fn hello() {
println!("hello rlib");
}