index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
bitfield-non-adjacent.c
blob: ea5233bb0aee47118ca9bac648bbd08dd147446c (
plain
)
1
2
3
struct { int x : 1, y, z : 1; } s = {.z = 1};