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