Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / hang.H
CommitLineData
eb7f1c48
JB
1struct A
2{
3 struct B *b_ptr_in_a;
4};
5
6struct C
7{
8 struct B
9 {
10 int member_of_B_in_C;
11 };
12};
This page took 1.660357 seconds and 4 git commands to generate.