1  struct B;
       2  struct A
       3  {
       4    long a;
       5    struct B *foo;
       6  };
       7  
       8  static struct A *foo __attribute__((used));
       1  struct B;
       2  struct A
       3  {
       4    long a;
       5    struct B *foo;
       6  };
       7  
       8  static struct A *foo __attribute__((used));