960201-1.c   [plain text]


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