URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [ext/] [interface1.h] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma interface struct B { B(){}; ~B(){} }; struct A { B a; };
Go to most recent revision | Compare with Previous | Blame | View Log