Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
layout.h
blob: 06b7165ab9f16908b77ce3803ec88bf7ded31fbf [
file
] [
log
] [
blame
] [
edit
]
// FIXME: https://github.com/rust-lang/rust-bindgen/issues/1498
#if 0
struct
header
{
char
proto
;
unsigned
int
size __attribute__
((
packed
));
unsigned
char
data
[]
__attribute__
((
aligned
(
8
)));
}
__attribute__
((
aligned
,
packed
));
#endif