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