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-local-32.c
blob: e69a1055b01ddb0a38714ea8d0fbe4df7aa0d797 (
plain
)
1
2
3
4
int main(void) { _Alignas(32) char x; return (unsigned long)&x % 32; }