1  struct A {
       2    struct B *b;
       3    int wombat;
       4  };
       5  
       6  static struct A a __attribute__((used));
       1  struct A {
       2    struct B *b;
       3    int wombat;
       4  };
       5  
       6  static struct A a __attribute__((used));