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: e1a8667dffd50e3e6c9a4b66c47b150bef56b1a5 (
plain
)
1
2
3
4
int main(void) { _Alignas(16) char x; return (unsigned long)&x % 16; }