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