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