8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
// Arrays of "void" type are illegal
|
|
|
|
struct Foo {
|
|
void aFOO[];
|
|
};
|
|
|
|
|