Files
RedBear-OS/local/recipes/dev/meson/source/test cases/rust/5 polyglot static/stuff.rs
T

5 lines
84 B
Rust

#[no_mangle]
pub extern "C" fn hello_from_rust(a: i32, b: i32) -> i32 {
a + b
}