Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
flex-array-array.c
blob: 921a0698bb2851a5b388bbd4e76e77279d72497e [
file
] [
log
] [
blame
]
struct
s
{
int
i
;
long
f
[];
};
static
struct
s a
[
2
];
/*
* check-name: flex-array-array
* check-command: sparse -Wflexible-array-array $file
*
* check-error-start
flex-array-array.c:6:18: warning: array of flexible structures
* check-error-end
*/