int test(void) {
  struct sb {  int b[5]; };
  struct sa {  struct sb a[3]; };
  struct sa s;
  return 0;
}
