Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
char_both.c
blob: f06ab8827c7e0d8f2c14810a6ddee6903e94aca1 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
Foo
{
uint32_t
a
;
}
Foo
;
void
root
(
struct
Foo
a
);