NetBSD/regress/usr.bin/xlint/lint1/test18.c

7 lines
84 B
C

/* C9X array initializers */
int foo[256] = {
[2] = 1,
[3] = 2,
[4 ... 5] = 3
};