index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
struct_containing_forward_declared_struct.h
blob: c68af042bbf1bf26f0c12a57ddb43c1c9c0c6bff (
plain
)
1
2
3
4
5
6
7
struct
a
{
struct
b
*
val_a
;
};
struct
b
{
int
val_b
;
};