Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
struct_self.c
blob: d1bcc13ca1de187097d337abfd82c753e2874915 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
{
const
int32_t
*
something
;
}
Foo_Bar
;
typedef
struct
{
int32_t
something
;
Foo_Bar
subexpressions
;
}
Bar
;
void
root
(
Bar
b
);