llvm/llvm/test/tools/llvm-cov/Inputs/directory_coverage/a0/a1/a2.cc

#include "../../header.h"

template<>
bool equal<int>(int a, int b)
{
  return a == b;
}