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