Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/