modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/931013-3.c (about)

     1  struct s
     2  {
     3    int f;
     4  };
     5  
     6  struct s
     7  f ()
     8  {
     9    int addr;
    10    return *(struct s *) &addr;
    11  }