blob: fbb7cba43e050a3de4ea70c35e402e2a5cf1e4b1 [file] [log] [blame]
#![crate_type = "dylib"]
pub fn hdhello() {
println!("hello dylib");
}