1 int main (int argc, char const *argv[])
2 {
3     int i = 5;
4     return 0; // Set breakpoint here
5 }
6