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