blob: adc462389d2b22b1771201aa51e3991841d20254 [file] [log] [blame]
union foo
{
char a;
int x[2];
} __attribute__ ((transparent_union));