int test(void) {
  struct st {
    struct st *stp;
  }
  return 0;
}
