#![crate_type = "rlib"] pub fn hrhello() { println!("hello rlib"); }