Searched refs:AmbiguousBase (Results 1 – 1 of 1) sorted by relevance
400 struct AmbiguousBase { int ab; }; struct401 struct Path1 : AmbiguousBase { float p; };402 struct Path2 : AmbiguousBase { double p; };