llvm/llvm/test/tools/llvm-cov/Inputs/sources_specified/extra/dec.h

int dec(int x) {
  return x + 1;
}