binutils-gdb/gdb/testsuite/gdb.cp/pr10728-x.h

10 lines
51 B
C

struct Y;
struct X
{
Y* y1;
Y* y2;
};
X y();