(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
pr28879b.cc
#include <string>

int
main (void)
{
  std::string header;
  return 0;
}