blob: 27663247c327438b42e744704fb872d27bd3daa8 [file] [log] [blame]
int test (void)
{
unsigned char *s = "abc";
char *t = "xyz";
return s[1] + t[1];
}