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

void b(int x);
void other(int y) {
  b(1);
}