1 /* PR c++/51228 */
2 
3 typedef union {} U __attribute__((transparent_union)); /* { dg-warning "ignored" } */
4 
foo(U u)5 void foo(U u) {}
6