xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
forward_declared_struct.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
struct
a;
2
3
struct
a {
4
int
b;
5
};
6
7
struct
c {
8
int
d;
9
};
10
11
struct
c;