(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
dl2xxx.c
       1  #include <stdio.h>
       2  
       3  void
       4  xxx (void)
       5  {
       6    printf ("DSO\n");
       7  }