_start(void)1 void _start(void)
2 {
3     const char *F = "_start";
4     char *boom = (char *)0;
5     *boom = 47; // Frame _start
6 }
7