1 // bindgen-flags: --impl-debug --rust-target 1.40
2 
3 class C {
4   bool a: 1;
5   bool b: 7;
6   int large_array[50];
7 };
8