repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-exceptions.cpp
blob
327966551d097dcb1f0e6a98ca92a5f82f5e7979
1
#include <string>
2
3
void
asd
(
std
::
string i
) {
4
}
5
6
int
main
(
void
)
7
{
8
asd
(
"22"
);
9
10
return
0
;
11
}