llvm/clang/test/Analysis/Inputs/ctu-onego-existingdef-other.cpp

int bar() {
  return 0;
}

void other() {
  bar();
}