xref: /llvm-project/lldb/test/API/lang/cpp/fixits/main.cpp (revision 8e2bd05c4e86834a318ef2279e271f0769be4988)

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