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;
};