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