Sign in
gnu
/
binutils-gdb
/
5aca7eaa2be78b5bb9f993b901b32acef51e5c45
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr28879a.cc
blob: 8307a42e2fbeedc474159bb819fdd16670b460ef [
file
] [
log
] [
blame
]
#include
<string>
void
func
(
std
::
string
*
s
)
{
delete
s
;
}