xref
: /
freebsd
/
contrib
/
netbsd-tests
/
usr.bin
/
xlint
/
lint1
/
d_c9x_array_init.c
(revision e64fe029e9d3ce476e77a478318e0c3cd201ff08)
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