blob: 8089c1fcb2ee8eda355cb5b04032de657d152fa9 [file] [log] [blame]
/* { dg-do compile } */
union U
{
int x;
float y;
} __attribute__ ((__transparent_union__));