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