(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
B-2.c
       1  struct B {
       2    struct C *c;
       3    int wombat;
       4  };
       5  static struct B b __attribute__((used));