Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
15cfba61d99668e9c14782779766f48834490ead
/
.
/
validation
/
struct-attribute-placement.c
blob: 53c12143563a27906b69d2edfadd8d9c292d9b93 [
file
] [
log
] [
blame
]
struct
__attribute__
((
__aligned__
(
16
)))
foo
{
int
a
;
};
/*
* check-name: struct attribute placement
*/