blob: b6ee475fb48dd93e4a626127d21172633a656088 [file] [log] [blame]
// Expect 4 errors
struct S {
void a;
void b[2];
void[2] c;
void[2] d[2];
};