Fixed regression: array element of incomplete type.
This commit is contained in:
6
test/err/zero-size.c
Normal file
6
test/err/zero-size.c
Normal file
@@ -0,0 +1,6 @@
|
||||
char a[][] = { 0, 0 }; /* Error: Array type has incomplete element type 'char[]' */
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user