Files
cbindgen/tests/rust/linestyle_lf.rs
T
2020-08-26 15:28:17 +02:00

9 lines
102 B
Rust

#[repr(C)]
struct Dummy {
x: i32,
y: f32,
}
#[no_mangle]
pub extern "C" fn root(d: Dummy) {}