Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2426dd68cd12e0ac022bca18efb9c7d0acd27e12
/
.
/
bindgen-tests
/
tests
/
headers
/
derive-debug-bitfield-1-51.hpp
blob: a68611d98b317ae56f415be20b573cbcf503b031 [
file
] [
log
] [
blame
]
// bindgen-flags: --impl-debug --rust-target 1.51
class
C
{
bool
a
:
1
;
bool
b
:
7
;
int
large_array
[
50
];
};