struct wow {
  int i;
  int a[4];
};

struct wow test;

test.a[3] = test.i;
