This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a08047d21c
NetBSD
/
regress
/
usr.bin
/
xlint
/
lint1
/
test18.c
7 lines
84 B
C
Raw
Blame
History
/* C9X array initializers */
int
foo
[
256
]
=
{
[
2
]
=
1
,
[
3
]
=
2
,
[
4
.
.
.
5
]
=
3
}
;
Reference in New Issue
View Git Blame
Copy Permalink