• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --raw-line '#![cfg(feature = "nightly")]' --rust-target 1.25 -- -std=c++11
2 
3 struct alignas(8) a {
4   int b;
5   int c;
6 };
7 
8 struct alignas(double) b {
9   int b;
10   int c;
11 };
12