Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
struct_self.tag.c
blob: cc7db726684990422fad5698eced2ca1479b6f15 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
Foo_Bar
{
const
int32_t
*
something
;
};
struct
Bar
{
int32_t
something
;
struct
Foo_Bar
subexpressions
;
};
void
root
(
struct
Bar
b
);