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