(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
960201-1.c
       1  union foo
       2  {
       3    char a;
       4    int x[2];
       5  } __attribute__ ((transparent_union));