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