int test(void) {
  return 0;
}

int main(void) {
  int i;
  i = test();
  return i;
}
