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

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