d_zero_sized_arrays.c revision 272343
1struct foo {
2int a[0];
3};
4