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
/
bindgen-tests
/
tests
/
headers
/
incomplete-array-padding.h
blob: 3fcc4c1a09b322c007b5db912775c4411c78c46d (
plain
)
1
2
3
4
struct
foo
{
char
a
:
1
;
void
*
b
[];
};