repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.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
"
); }