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

10 lines
51 B
C
Raw Normal View History

2020-06-18 10:11:10 +02:00
struct Y;
struct X
{
Y* y1;
Y* y2;
};
X y();