summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr28879a.cc
blob: 8307a42e2fbeedc474159bb819fdd16670b460ef (plain)
1
2
3
4
5
6
7
#include <string>

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