PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / transparent-union.C
blob12315636100c1c329e3d8374b8cba296e79f6926
1 // PR c++/53761
3 typedef union {    // { dg-error "type transparent" }
4    double x;
5 } __attribute__(( __transparent_union__ )) example_t;