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: 2a7039e308ae84d974a8b03f4b682591437d3a5b (
plain
)
1
2
3
4
struct { int x; alignas(32) char s[32]; } s = {123, "abc"};