summaryrefslogtreecommitdiff
path: root/tests/headers/derive-debug-bitfield-core.hpp
blob: 7a5694ec72100141c4dfa361ad58b406ab802e57 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --impl-debug --use-core

class C {
  bool a: 1;
  bool b: 7;
  int large_array[50];
};