3 typedef char a
[N
] __attribute__((aligned(4))); /* { dg-error "undeclared" } */
5 void c
[1] __attribute__((vector_size(8))); /* { dg-error "array of voids" } */
7 void b
[1] __attribute__((may_alias
)); /* { dg-error "array of voids" } */
11 void d
[1] __attribute__((packed
)); /* { dg-error "array of voids" } */