d_incorrect_array_size.c revision 272458
1struct foo {
2	int a[-1];
3};
4