repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ignore invalid DOF provider sections
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.cp
/
hang.H
blob
26fec8792ade8a51b096e958cb46944331e2383a
1
struct A
2
{
3
struct B *b_ptr_in_a;
4
};
5
6
struct C
7
{
8
struct B
9
{
10
int member_of_B_in_C;
11
};
12
};