The Nest
Explore
Sign in
nuudlman
llvm
llvm
test
tools
sancov
Inputs
foo.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#include
<
stdio.h
>
#include
<
string
>
__attribute__
((
noinline
))
void
foo
(
)
{
printf
(
"
foo
\n
"
)
;
}