1void func_inner() {2 int a = 1; // Set breakpoint 1 here3}4 5int main() {6 func_inner();7 return 0; // Set breakpoint 2 here8}9