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