Sign in
llvm
/
llvm-project
/
41d59a36459ea99ada4819a26072366f77484f87
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-exceptions.cpp
blob: 327966551d097dcb1f0e6a98ca92a5f82f5e7979 [
file
] [
log
] [
blame
]
#include
<string>
void
asd
(
std
::
string i
)
{
}
int
main
(
void
)
{
asd
(
"22"
);
return
0
;
}