xref: /minix3/tests/usr.bin/xlint/lint1/d_nolimit_init.c (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc /* no limit initializers */
2*11be35a1SLionel Sambuc char foo[][4] = {
3*11be35a1SLionel Sambuc 	"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
4*11be35a1SLionel Sambuc };
5