summaryrefslogtreecommitdiff
path: root/tests/headers/derive-debug-bitfield-core.hpp
blob: 5d78e74359b1e7bc92703758bee2958e360cb4b9 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --impl-debug --use-core --raw-line "extern crate core;"

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