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

source code of lldb/test/API/functionalities/unwind/zeroth_frame/main.c