xref
: /
llvm-project
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
directory_coverage
/
b0
/
b1_2.cc
(revision bea39c5443612b638aa1cc56d36e3b1fd06f6e96)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
b1.h
"
2
sub(int a,int b)
3
int
sub
(
int
a
,
int
b
) {
4
return
a
-
b
;
5
}
6