cbindgen/tests/rust/function_sort_name.rs
2020-01-27 16:03:12 +01:00

16 lines
159 B
Rust

#[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()
{ }