(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
931013-3.c
       1  struct s
       2  {
       3    int f;
       4  };
       5  
       6  struct s
       7  f ()
       8  {
       9    int addr;
      10    return *(struct s *) &addr;
      11  }