blob: 3fb6e782a14eb2d0cf40e763523aa4c85aef9678 [file] [log] [blame]
/* PR c++/51228 */
typedef union {} U __attribute__((transparent_union)); /* { dg-warning "ignored" } */
void foo(U u) {}