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