blob: e5d93869635e3148e3a6f57416e2def7a0d6c874 [file]
#[no_mangle]
pub extern "C" fn f() {
println!("Hello from Rust!");
}