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

5 lines
75 B
Rust

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