Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
typedef.tag.c
blob: 1f5c1f230312e840a1dc540a17f29b3d2d41b4e2 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
Foo_i32__i32
{
int32_t
x
;
int32_t
y
;
};
typedef
struct
Foo_i32__i32
IntFoo_i32
;
void
root
(
IntFoo_i32
a
);