#include struct Obj1 { std::vector V; Obj1() : V(10000){} };