URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.cp/] [pr9067.cc] - Rev 834
Go to most recent revision | Compare with Previous | Blame | View Log
struct B; struct A { static B b; }; struct B { A a; }; B A::b; B b; int main(int,char **) { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log