cbindgen/tests/rust/include_item.rs
2019-06-16 22:02:26 -07:00

11 lines
86 B
Rust

#[repr(C)]
struct A {
x: i32,
y: f32,
}
#[repr(C)]
struct B {
data: A,
}