blob: 70746602ac770b4da2be56820b7855cc2671ce5f [file] [log] [blame]
typedef struct{int p[25];}t1;
struct{t1 x,y;}y;
t1 x[1];
void f(void){y.x=*x;y.y=*x;}