blob: 99b3116837a7f858789f79bea247c62e6a840275 [file] [log] [blame] [edit]
#[no_mangle]
pub extern "C" fn static_foo() {
println!("static_foo");
}