Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / pr10728-x.h
1 struct Y;
2 struct X
3 {
4 Y* y1;
5 Y* y2;
6 };
7
8 X y();
9
This page took 0.029392 seconds and 4 git commands to generate.