Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
char.tag.c
blob: 1d709fe7288aa45cf1c57f76cb6dfa5259a0b6ab [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
Foo
{
uint32_t
a
;
};
void
root
(
struct
Foo
a
);