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