e714394ab8
Renamed the option for llvm-cov and changed variable names to use more inclusive terms. Also changed the binary for the test. Reviewed By: alanphipps Differential Revision: https://reviews.llvm.org/D112816
19 lines
168 B
C++
19 lines
168 B
C++
int func1() {
|
|
return 1;
|
|
}
|
|
int func2() {
|
|
return 1;
|
|
}
|
|
int func3() {
|
|
return 1;
|
|
}
|
|
int func4() {
|
|
return 1;
|
|
}
|
|
int func5() {
|
|
return 1;
|
|
}
|
|
int func6() {
|
|
return 1;
|
|
}
|