Sign in
nest-open-source
/
nest-cam
/
4320010
/
llvm
/
refs/heads/master
/
.
/
llvm
/
test
/
tools
/
sancov
/
Inputs
/
foo.cpp
blob: 71b35b32392d3c45de5df11d28ff843f91e30b6a [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
#include
<string>
__attribute__
((
noinline
))
void
foo
()
{
printf
(
"foo\n"
);
}