llvm/llvm/test/tools/llvm-cov/Inputs/directory_coverage/b0/b1_2.cc

#include "b1.h"

int sub(int a, int b) {
  return a - b;
}