1 union foo
2 {
3   char a;
4   int x[2];
5 } __attribute__ ((transparent_union));
6