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-union.c
blob: f366ec84bc96cfd170ab022bc7542976f7cfca7f (
plain
)
1
2
3
4
union { int x : 5; int y : 10; } u = {.y = 123};