1int main()
2{
3 long foo = 1234;
4
5 return 0; // break here
6}
7

source code of lldb/test/API/lang/cpp/auto/main.cpp