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

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