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

6 lines
74 B
Rust

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