Searched defs:NonMoveableStruct (Results 1 – 1 of 1) sorted by relevance
816 struct NonMoveableStruct { in TEST() struct817 explicit NonMoveableStruct(int x_in) : x(x_in) {} in TEST() argument820 int x; in TEST()