blob: 12315636100c1c329e3d8374b8cba296e79f6926 [file] [log] [blame]
// PR c++/53761
typedef union { // { dg-error "type transparent" }
double x;
} __attribute__(( __transparent_union__ )) example_t;