PR gdb/10728
[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