Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
struct-attribute-placement.c
blob: 53c12143563a27906b69d2edfadd8d9c292d9b93 [
file
] [
log
] [
blame
]
struct
__attribute__
((
__aligned__
(
16
)))
foo
{
int
a
;
};
/*
* check-name: struct attribute placement
*/