blob: a1c98ba14acc77ae7ea51f8c7c1d02bd1be7a322 [file] [log] [blame]
/* PR c/35748 */
union U { void x[1]; }; /* { dg-error "array of voids" } */
void foo()
{
(union U)0; /* { dg-error "type not present" } */
}