Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / transparent-union-1.c
blob3fb6e782a14eb2d0cf40e763523aa4c85aef9678
1 /* PR c++/51228 */
3 typedef union {} U __attribute__((transparent_union)); /* { dg-warning "ignored" } */
5 void foo(U u) {}