URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [interface2.h] - Rev 764
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma interface template<class T> struct C { explicit C(const T& t) : a(t) { } virtual ~C() { } T a; };
Go to most recent revision | Compare with Previous | Blame | View Log