URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.cp/] [pr9067.cc] - Rev 227
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; }