1// Expect 3 errors
2
3struct S {
4    void a[2];
5    void[2] b;
6    void[2] c[2];
7};
8