Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
issue-1281.h
blob: 4a3aaab0e5c4276851152b3b75da9349bcd7be9a [
file
] [
log
] [
blame
]
struct
foo
;
typedef
struct
bar
{
struct
foo
{
int
foo
;
}
u
;
}
bar_t
;
struct
baz
{
struct
foo f
;
};