
;; Function f (null)
;; enabled by -tree-original


{
  int count = 0;
  int i;

    int count = 0;
    int i;
  i = start;
  goto <D.1255>;
  <D.1254>:;
  *(a + (long unsigned int) ((long unsigned int) i * 4)) = *(b + (long unsigned int) ((long unsigned int) i * 4)) + c;
  count++ ;
  i++ ;
  <D.1255>:;
  if (i <= end) goto <D.1254>; else goto <D.1256>;
  <D.1256>:;
  sp->s->vp ((const char *) "Hello World!\n", (void *) exit, &M_var);
  return count;
}



;; Function g (null)
;; enabled by -tree-original

{
  switch (i)
    {
      case 1:;
      return 42;
      case 2:;
      return 60;
      case 3:;
      return 7;
      case 4:;
      return 3;
      case 5:;
      return 1048576;
      default:;
      return 0;
    }
}


