summaryrefslogtreecommitdiffstats
path: root/test cases/rust/4 polyglot/stuff.rs
blob: ecf623c644e17ebdf19484f13853f78ddd7af22d (plain)
1
2
3
4
5
6
#![crate_name = "stuff"]

#[no_mangle]
pub extern fn f() {
    println!("Hello from Rust!");
}