Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
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
;
}