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-initializer-overflow.c
blob: 54de7c9d60c7cd7c3d7bfdcd3bb1a531ca32afd6 (
plain
)
1
2
3
struct { unsigned : 30, a : 2, b; } s = {5};