main.cpp 91 Bytes Raw Blame History Permalink 1 2 3 4 5 int main () { int my_ints[] = {0x42}; return 0; // Set break point at this line. }