1 // bindgen-flags: --explicit-padding 2 3 #pragma pack(2) 4 5 struct Test { 6 unsigned long x; 7 char a; 8 char b; 9 char c; 10 }; 11