Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
d51c7fa67eea2697c2adcc648dfd13f44c0ab1ca
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
tools
/
sancov
/
Inputs
/
foo.cpp
blob: 71b35b32392d3c45de5df11d28ff843f91e30b6a [
file
]
#include
<stdio.h>
#include
<string>
__attribute__
((
noinline
))
void
foo
()
{
printf
(
"foo\n"
);
}