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

Compare this file to the similar file:
Show the results in this format:

/* no limit initializers */
char foo[][4] = {
	"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
};