Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
export_name.rs
blob: 5d17ee1fbff1774e6afc6140aa1dbf45baf02b15 [
file
] [
log
] [
blame
]
#[
export_name
=
"do_the_thing_with_export_name"
]
pub
extern
"C"
fn
do_the_thing
()
{
println
!(
"doing the thing!"
);
}