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