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-vla-strict.c
blob: 0f5a326e38ae80693f49e90d2d496a3a6e5ff55f (
plain
)
1
2
3
4
5
int n = 43; int main(void) { char alignas(64) a[n]; return (unsigned long)a % 64; }