main()1 int main() {
2   int val = 0;
3   // Break here
4   val++;
5   val++;
6   return 0;
7 }
8