Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / union-cast-4.c
bloba1c98ba14acc77ae7ea51f8c7c1d02bd1be7a322
1 /* PR c/35748 */
3 union U { void x[1]; }; /* { dg-error "array of voids" } */
5 void foo()
7 (union U)0; /* { dg-error "type not present" } */