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

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