Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 900407-1.c
blobfdf47791cd74458cc60d21ba9c5e8a1879521b8c
1 foo (a, b, p)
2 int *p;
4 int c;
5 p[1] = a + 0x1000;
6 c = b + 0xffff0000;
7 if ((b + 0xffff0000) == 0)
8 c++;
9 p[2] = c;