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