blob: 116346910915b8cb874f8d71818fe84c2349b695 [file] [log] [blame]
foo (char *p, int a)
{
*p = a;
if ((char) a)
return 1;
}