Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
include_item.cpp
blob: f3078fcc7857225594213989798a32907ef9a04e [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
A
{
int32_t
x
;
float
y
;
};
struct
B
{
A data
;
};