1int main() {
2 char *ptr = "unused";
3 // break here
4 return 0;
5}
6

source code of lldb/test/API/tools/lldb-dap/progress/main.cpp