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

6 lines
70 B
Rust

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