URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [using32.C] - Rev 718
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
struct T { struct type {}; };
struct T2 : T { using T::type; };
struct T3 : T2
{
struct type {};
type t;
};
Go to most recent revision | Compare with Previous | Blame | View Log