Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
directory_coverage
/
header.h
Text
·
85 B
·
6a4eb2d
Raw
6 lines · c
1
#include "b0/b1.h"
2
#include "c0/c1/c2.h"
3
4
template<typename T>
5
bool equal(T a, T b);
6