(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
cross-tu-2.c
       1  struct B;
       2  struct A
       3  {
       4    long a;
       5    struct B *foo;
       6  };
       7  
       8  static struct A *foo __attribute__((used));