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