1  struct B {
       2    struct C *c;
       3    int wombat;
       4  };
       5  static struct B b __attribute__((used));
       1  struct B {
       2    struct C *c;
       3    int wombat;
       4  };
       5  static struct B b __attribute__((used));