blob: 54d36052ed3f470a26e273244d1410b65d7bd0d9 [file] [log] [blame]
foo (int *c, int b)
{
int a;
a = *c + b;
c[1] = a;
return b;
}