(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
lto-3b.c
       1  #include <stdio.h>
       2  
       3  void foo(void)
       4  {
       5    printf ("hello foo\n");
       6  }