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