llvm/lldb/test/Shell/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.cpp

#include "FunctionLevelLinkingTest.h"

int foo() {
  return 0;
}

int main() {
  return foo() + bar() + baz();
}