URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.c++/] [hang2.C] - Rev 1765
Compare with Previous | Blame | View Log
#include "hang.H"
struct B
{
int member_of_B;
};
int var_in_b = 1729;