blob: 94cfef6ada521c91aae49b732a80c174cfc46580 [file] [log] [blame]
#[no_mangle]
pub extern "C" fn foo() {
println!("abc");
}