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

void
func (std::string *s)
{
  delete s;
}