repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
sancov
/
Inputs
/
foo.cpp
blob
71b35b32392d3c45de5df11d28ff843f91e30b6a
1
#include <stdio.h>
2
#include <string>
3
4
__attribute__
((
noinline
))
5
void
foo
() {
printf
(
"foo
\n
"
); }