blob: 150e1e8ed7e9e77506f8440a9c3279f73e7e62ad [file] [log] [blame]
foo (int *ip, int a)
{
a++;
if (a < ip[a])
return 1;
return 0;
}