(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
torture/
pr67581.C
/* { dg-do compile } */
union U 
{
  int x; 
  float y;
} __attribute__ ((__transparent_union__));