Searched defs:VirtualBase3 (Results 1 – 1 of 1) sorted by relevance
753 struct VirtualBase3 { struct754 int x; // expected-note{{uninitialized field 'this->VirtualBase3::x'}} argument756 VirtualBase3(int) : x(66) {} in VirtualBase3() function