[ create a new paste ] login | about

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

C++, pasted on Aug 26:
1
2
3
4
5
6
7
int main()
{
  int foo;
  new (&foo) int(0);
 
  return 0;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: