[ create a new paste ] login | about

Link: http://codepad.org/lnrnejbk    [ raw code | fork ]

C++, pasted on Sep 7:
1
2
3
4
5
6
7
8
int main() {
   goto lol;
   {
      int x;
lol:
      x = 0;
   }
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: