void (*crash)() = nullptr;

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