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_pointer.h
blob: de628402fae7a3268a4d4945832e8928b2dfe447 (
plain
)
1
2
3
4
5
6
7
// bindgen-flags: --with-derive-hash
struct
foo
{
struct
{
int
a
;
int
b
;
} *
bar
;
};