Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
repr-align.hpp
blob: a7719e10ede39f7bde0655447ee253cf043aeed3 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --raw-line '#![cfg(feature = "nightly")]' -- -std=c++11
struct
alignas
(
8
)
a
{
int
b
;
int
c
;
};
struct
alignas
(
double
)
b
{
int
b
;
int
c
;
};