blob: da49a00996e19da95d783d52cd58e28b3d948633 [file] [log] [blame]
void _start(void)
{
const char *F = "_start";
char *boom = (char *)0;
*boom = 47; // Frame _start
}