blob: 63737d9bf65bca6187ac289aba31554dfb4123a5 [file] [log] [blame]
struct Y;
struct X
{
Y* y1;
Y* y2;
};
X* y();