index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c9x_array_init.c
blob: 66f0e9ec158e80509d1d1e6323bf6be48de0f40c (
plain
)
1
2
3
4
5
6
/* C9X array initializers */ int foo[256] = { [2] = 1, [3] = 2, [4 ... 5] = 3 };