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
/
alignas-0.c
blob: 80201fa331106305fefd51f748f819882efa5259 (
plain
)
1
2
3
alignas(0) int x; alignas(8) alignas(0) int y; alignas(0) alignas(16) int z;