Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
6a5726eac514b49ec8a9f8360ed5d0d73da9feb7
/
.
/
tests
/
headers
/
forward_declared_struct.h
blob: 2a69450c1835628dd742e5ec033477f6b2b2498a [
file
]
struct
a
;
struct
a
{
int
b
;
};
struct
c
{
int
d
;
};
struct
c
;