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
/
bindgen-tests
/
tests
/
headers
/
issue-1076-unnamed-bitfield-alignment.h
blob: 876ec174899271e9469b1cb535c75a89ebdf901e (
plain
)
1
2
3
4
struct
S1
{
signed
:
15
;
unsigned
:
6
};