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