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