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