[ create a new paste ] login | about

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

C++, pasted on Dec 31:
1
2
3
4
5
6
class foo
{
static foo f;
};

int main() {}


Output:
No errors or program output.


Create a new paste based on this one


Comments: