Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
union-align.h
blob: 9557b2798a92e7ff1af47d9bc9b6f047ec1a9f0f [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --rust-target 1.26
union
Bar
{
unsigned
char
foo
;
}
__attribute__
((
__aligned__
(
16
)));
union
Baz
{
union
Bar
bar
;
};