main()1 int main ()
2 {
3     int my_ints[] = {0x42};
4     return 0; // Set break point at this line.
5 }
6