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

#include <signal.h>

int main() {
  raise(SIGABRT);
  return 0;
}