[ create a new paste ] login | about

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

C++, pasted on May 31:
1
2
3
int main() {
  int foo = foo;
}


Output:
1
2
3
cc1plus: warnings being treated as errors
In function 'int main()':
Line 2: warning: 'foo' is used uninitialized in this function


Create a new paste based on this one


Comments: