Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
function_sort_name.rs
blob: ecd23c179436b318073457e95ea822df92398ca5 [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
C
()
{
}
#[
no_mangle
]
pub
extern
"C"
fn
B
()
{
}
#[
no_mangle
]
pub
extern
"C"
fn
D
()
{
}
#[
no_mangle
]
pub
extern
"C"
fn
A
()
{
}