blob: 048e67784d23fd9a59c242e6660907e2a5cb2f7f [file] [log] [blame]
#![crate_type = "rlib"]
pub fn hrhello() {
println!("hello rlib");
}