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