cbindgen/tests/rust/char.rs
2019-12-02 19:55:04 +01:00

8 lines
87 B
Rust

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