aboutsummaryrefslogtreecommitdiff
path: root/core_c/src/test.rs
blob: 6399278c68156199ee8101c9a53618e1884b05ae (plain) (blame)
1
2
3
4
5
6
use std::ffi::c_schar;

#[unsafe(no_mangle)]
pub extern "C" fn test (a: i32, b: c_schar) -> bool {
    true
}