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