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