1  struct A { struct B *foo; };
       2  static struct A *a __attribute__((__used__));
       3  static struct A *conflicty __attribute__((__used__));
       1  struct A { struct B *foo; };
       2  static struct A *a __attribute__((__used__));
       3  static struct A *conflicty __attribute__((__used__));