rt_gccstream/gcc/testsuite/gcc.c-torture/compile/960201-1.c

6 lines
73 B
C

union foo
{
char a;
int x[2];
} __attribute__ ((transparent_union));