Files
cbindgen/tests/rust/include_item.rs
T

11 lines
83 B
Rust

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