brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · 5d2683f Raw
10 lines · cpp
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