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

#include <signal.h>

int main(int argc, char const *argv[]) {
  raise(SIGABRT);
  return 0;
}