index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
validation
/
struct-attribute-placement.c
blob: e73830386a9e16c7d207df501562be86f63b1148 (
plain
)
1
2
3
struct
__attribute__
((
__aligned__
(
16
)))
foo
{
int
a
;
};