repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
xlint
/
lint1
/
test18.c
blob
66f0e9ec158e80509d1d1e6323bf6be48de0f40c
1
/* C9X array initializers */
2
int
foo
[
256
] = {
3
[
2
] =
1
,
4
[
3
] =
2
,
5
[
4
...
5
] =
3
6
};