about summary refs log tree commit diff
path: root/tests/run-make/symbol-mangling-hashed/hashed_rlib.rs
blob: 048e67784d23fd9a59c242e6660907e2a5cb2f7f (plain)
1
2
3
4
5
#![crate_type = "rlib"]

pub fn hrhello() {
    println!("hello rlib");
}