xref: /minix3/tests/usr.bin/xlint/lint1/d_zero_sized_arrays.c (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc struct foo {
2*11be35a1SLionel Sambuc int a[0];
3*11be35a1SLionel Sambuc };
4