Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
incomplete-array-padding.h
blob: 3fcc4c1a09b322c007b5db912775c4411c78c46d [
file
] [
log
] [
blame
] [
edit
]
struct
foo
{
char
a
:
1
;
void
*
b
[];
};