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