llvm/llvm/test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp

int f2() {
  return 2;
}

int f3() {
  return 3;
}