8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
// Expect 3 errors
|
|
|
|
struct S {
|
|
void a[2];
|
|
void[2] b;
|
|
void[2] c[2];
|
|
};
|