about summary refs log tree commit diff
path: root/tests/run-make/symbol-mangling-hashed/hashed_dylib.rs
blob: fbb7cba43e050a3de4ea70c35e402e2a5cf1e4b1 (plain)
1
2
3
4
#![crate_type = "dylib"]
pub fn hdhello() {
    println!("hello dylib");
}