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-member.c
blob: 965e42a45dac1789fcf0efd6610acc5764ea1fdd (
plain
)
1
2
3
4
struct { int x; _Alignas(32) char s[32]; } s = {123, "abc"};