llvm/llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2_1.cc

int mul(int a, int b) {
  return a * b;
}