Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
include_item.tag.compat.c
blob: 8cb7c10b7f67ab9c5ed159bd3ddf3c0da000764f [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
A
{
int32_t
x
;
float
y
;
};
struct
B
{
struct
A data
;
};