(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
child-int.c
       1  struct child_int {
       2    int i;
       3  };
       4  static struct child_int *a_child_int __attribute__((used));