llvm/lldb/test/API/tools/lldb-dap/module/main.cpp

#include "foo.h"

int main(int argc, char const *argv[]) {
  foo();
  return 0; // breakpoint 1
}