aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust/4 polyglot/stuff.rs
blob: 30c3a36247831c5914b90681e3bdb2caae757199 (plain)
1
2
3
4
#[no_mangle]
pub extern fn f() {
    println!("Hello from Rust!");
}