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