1typedef struct{int p[25];}t1;
2struct{t1 x,y;}y;
3t1 x[1];
4f(){y.x=*x;y.y=*x;}
5