int test1 (const char *p)
{
  return (int)(*p);
}
