blob: 4c94544beedeafcde42acda9b2fa7b36e5219004 [file] [log] [blame]
int test1 (const char *p)
{
return (int)(*p);
}