Searched defs:NonMoveableStruct (Results 1 – 1 of 1) sorted by relevance
815 struct NonMoveableStruct { in TEST() struct816 explicit NonMoveableStruct(int x_in) : x(x_in) {} in TEST() argument819 int x; in TEST()