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

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