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