repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c9x_array_init.c
blob
66f0e9ec158e80509d1d1e6323bf6be48de0f40c
1
/* C9X array initializers */
2
int
foo
[
256
] = {
3
[
2
] =
1
,
4
[
3
] =
2
,
5
[
4
...
5
] =
3
6
};