Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / unsorted / mcmp.c
blob6008008e1649c138593e16f88b30b35b21915e7e
1 foo (ip, a, x)
2 int a;
3 int *ip;
4 int x;
6 if (a >= 1)
7 x++;
8 return x;