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