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