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-compound-assign.c
blob: 5ca42e457a3a7f3270dfd409296ced9ecc9a36ad (
plain
)
1
2
3
4
5
6
7
struct { int : 4, x : 9, : 3; } s; void f(void) { s.x += 3; }