ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt_ppc / codea_intelli_08.call
1 extern int f(int*, int*);
2
3 int ar[10];
4 int i = 1;
5 for(; i <= 10; i++)
6         ar[i-1] = i;
7
8 RET(f(ar, ar) == -2);