[ create a new paste ] login | about

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

C++, pasted on Jun 30:
1
2
3
4
5
6
7
int main() {
   goto lol;
   char* ptr = NULL;
   
lol:
   return 0;
}


Output:
1
2
3
In function 'int main()':
Line 5: error: jump to label 'lol'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: