blob: 30c3a36247831c5914b90681e3bdb2caae757199 [file] [log] [blame]
#[no_mangle]
pub extern fn f() {
println!("Hello from Rust!");
}