[ create a new paste ] login | about

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

C++, pasted on Jan 13:
1
2
3
int main() {
    delete new T();
}


Output:
1
2
3
In function 'int main()':
Line 2: error: expected type-specifier before 'T'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: