[ create a new paste ] login | about

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

C++, pasted on Dec 22:
1
2
3
void a() {}
void b() { return a(); }
int main() {  b();  return 0; }


Output:
No errors or program output.


Create a new paste based on this one


Comments: