xref
: /
freebsd
/
contrib
/
netbsd-tests
/
usr.bin
/
xlint
/
lint1
/
d_c9x_array_init.c
(revision faf25f48d601ae39f5752602f3020e2e92605625)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* C9X array initializers */
2
int
foo
[
256
] = {
3
[
2
] =
1
,
4
[
3
] =
2
,
5
[
4
...
5
] =
3
6
};
7