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: 793bc66b628a68a4da50a33889a08ba4127e8612 (
plain
)
1
2
3
4
class
C
{
bool
a
:
1
;
bool
b
:
7
;
};