[gdbserver] Move malloc.h include to server.h.
[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
8X* y();
9
This page took 0.092389 seconds and 4 git commands to generate.