#include #include using namespace std; struct S { int m; vector v; }; int main(void) { S a; S b; a.v.push_back(b); return 0; }