NetBSD/tests/util/xlint/lint1/d_nolimit_init.c
jmmv 7ce6f390a2 Convert the lint1 tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.
2010-07-18 10:11:00 +00:00

5 lines
98 B
C

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