1  struct a *c;
       2  struct a {
       3    int b;
       4  } d() {
       5  }
       6  
       7  void e()
       8  
       9  {
      10    *c = d();
      11  }
       1  struct a *c;
       2  struct a {
       3    int b;
       4  } d() {
       5  }
       6  
       7  void e()
       8  
       9  {
      10    *c = d();
      11  }