(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr94579.c
       1  struct a *c;
       2  struct a {
       3    int b;
       4  } d() {
       5  }
       6  
       7  void e()
       8  
       9  {
      10    *c = d();
      11  }