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