llvm/llvm/test/tools/llvm-cov/Inputs/coverage_prefix_map/main.cc

#include "bar.h"

int foo() {
  return 1;
}

int main() {
  return bar();
}