Searched defs:Right2 (Results 1 – 1 of 1) sorted by relevance
360 struct Right2 { struct361 int y; // expected-note{{uninitialized field 'this->Right2::y'}} argument363 Right2(int) : y(37) {} in Right2() function