xref
: /
third_party
/
ltp
/
tools
/
sparse
/
sparse-src
/
validation
/
eval
/
array-quals0.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
1
static
int
a[
2
][
3
];
2
static
const
int
(*p)[
3
] = a;
3
4
/*
5
* check-name: array-quals0
6
*/
7