extern int f(int*); int ar[10]; int i = 1; for(; i <= 10; i++) ar[i-1] = i; RET(f(ar) == -3);