blob: fdf47791cd74458cc60d21ba9c5e8a1879521b8c [file] [log] [blame]
foo (a, b, p)
int *p;
{
int c;
p[1] = a + 0x1000;
c = b + 0xffff0000;
if ((b + 0xffff0000) == 0)
c++;
p[2] = c;
}