index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
rust
/
5 polyglot static
/
stuff.rs
blob: c31244133ad227664b7e711dcb4f460e013ab37d (
plain
)
1
2
3
4
#[no_mangle]
pub
extern
"C"
fn
hello_from_rust
(
a
:
i32
,
b
:
i32
)
->
i32
{
a
+
b
}