blob: 24fe3267349e60752ca82595655e65ade72d5f19 [file] [log] [blame]
// Expect 3 errors
struct S {
void a[2];
void[2] b;
void[2] c[2];
};