blob: 8307a42e2fbeedc474159bb819fdd16670b460ef [file] [log] [blame]
#include <string>
void
func (std::string *s)
{
delete s;
}