blob: 40f89e6e15d65b7206bc7f3226e1e39fdbec0107 [file] [log] [blame] [edit]
#[no_mangle]
pub extern "C" fn shared_foo() {
println!("shared_foo");
}