llvm/lldb/test/API/functionalities/thread/crash_during_step/main.cpp

void (*crash)() = nullptr;

int main()
{
    crash(); // Set breakpoint here
    return 0;
}