xref: /llvm-project/llvm/test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp (revision fa8ef35e786b59d2916a7358c30c1489a7d79b19)

f2()1 int f2() {
2   return 2;
3 }
4 
f3()5 int f3() {
6   return 3;
7 }
8 
9