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