Searched refs:NonAggr5b (Results 1 – 1 of 1) sorted by relevance
81 struct NonAggr5b : virtual Aggr {}; // expected-note 3{{candidate}} struct82 NonAggr5b na5b = { b }; // expected-error {{no matching constructor}}83 struct NonAggr5c : NonAggr5b {}; // expected-note 3{{candidate}}