URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [spec5.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
template <int i> struct A;
template <> struct A<0> { struct B; };
struct A<0>::B {};
Go to most recent revision | Compare with Previous | Blame | View Log