d_incorrect_array_size.c revision 272343
1272343Sngiestruct foo {
2272343Sngie	int a[-1];
3272343Sngie};
4