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