Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
inner_mod_both.c
blob: 6035e3dcf6399a4679a4c4fdff7e992e8f1e9230 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
Foo
{
float
x
;
}
Foo
;
void
root
(
struct
Foo
a
);