Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
include_item.compat.c
blob: 7b93a7736b25d5d4aa328dbc80b050d3eef229d3 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
{
int32_t
x
;
float
y
;
}
A
;
typedef
struct
{
A data
;
}
B
;