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

8 lines
102 B
Rust

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