index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
only_bitfields.hpp
blob: 84db0586ecb2fc85f05b1115d6a5649e2ca5a642 (
plain
)
1
2
3
4
5
// bindgen-flags: --no-unstable-rust
class
C
{
bool
a
:
1
;
bool
b
:
7
;
};