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_unnamed_struct.h
blob: f8ac4225999c4619a5d2477e88d510315713e47b (
plain
)
1
2
3
4
5
6
struct
foo
{
struct
{
unsigned int
a
;
unsigned int
b
;
};
};