llvm/lldb/test/API/functionalities/postmortem/elf-core/altmain.c

void _start(void)
{
    const char *F = "_start";
    char *boom = (char *)0;
    *boom = 47; // Frame _start
}