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_with_anon_struct_array.h
blob: 2d9d7bdd3c356b54ee2be46acaac8398d0eb406d (
plain
)
1
2
3
4
5
6
struct
foo
{
struct
{
int
a
;
int
b
;
}
bar
[
2
];
};