Lines Matching defs:Y2
65 struct Y2 : X {};66 struct Z : Y1, Y2 {};68 static_assert((X*)(Y1*)&z != (X*)(Y2*)&z, "");