The Nest
Explore
Sign in
nuudlman
llvm
llvm
test
tools
llvm-cov
Inputs
coverage_prefix_map
main.cc
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#include
"
bar.h
"
int
foo
(
)
{
return
1
;
}
int
main
(
)
{
return
bar
(
)
;
}