trisquel-icecat/icecat/third_party/cbindgen/tests/rust/char.rs

7 lines
87 B
Rust

#[repr(C)]
struct Foo {
a: char,
}
#[no_mangle]
pub extern "C" fn root(a: Foo) {}