aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/ic.c
blob: 150e1e8ed7e9e77506f8440a9c3279f73e7e62ad (plain)
1
2
3
4
5
6
7
foo (int *ip, int a)
{
  a++;
  if (a < ip[a])
    return 1;
  return 0;
}