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

#include "b1.h"

int add(int a, int b) {
  return a + b;
}