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
/
union.c
blob: 9b4e5f9b425382ed9d81ae547a64688354dfd8df (
plain
)
1
2
3
4
union { int x; double y; } a = {.x = 5}, b = {.y = 7.5};