8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
// Array dimension must be non-negative
|
|
|
|
struct foo {
|
|
int x[-1];
|
|
};
|
|
|
|
|