Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
include_item.rs
blob: 9f0755048b06388a9171da62024074cfdc6e7760 [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
struct
A
{
x
:
i32
,
y
:
f32
,
}
#[
repr
(
C
)]
struct
B
{
data
:
A
,
}