[ create a new paste ] login | about

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

tomalak - C++, pasted on Jan 13:
1
2
3
4
5
6
7
struct A {};
struct B : A {};
struct C : A {};

struct D : B, C {};

int main() {}


Output:
No errors or program output.


Create a new paste based on this one


Comments: