int f_test (int x)
{
  char arr[SIZE];
  return arr[x];
}
