/** Convert this program into SSA **/

void main (void)
{
  int    i;
  char * buf;
  char   last;
  
  if (buf [i] == '\0')
    {
      int start = 0;
      while (start < i)
	{
	  buf [start] = 'f';
	  start++;
	  last = buf [start - 1];
	}
    }
}


