[ create a new paste ] login | about

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

C++, pasted on Dec 13:
1
2
3
4
5
6
7
8
//#include <stdio.h>

int main()
{

struct bb; struct aa { void f(bb); } struct bb {}; void aa::f(bb) {}

}


Output:
1
2
3
In function 'int main()':
Line 6: error: multiple types in one declaration
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: