1#include <signal.h>
2
3int main() {
4 raise(SIGABRT);
5 return 0;
6}
7

source code of lldb/test/API/tools/lldb-dap/exception/main.cpp