Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
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
;
}