codeb: testfaelle aus codea
[testub10.git] / codeb / codea_intelli_06.call
1 extern long long f(long long*);
2
3
4 long long ar[10];
5 int i = 1;
6 for(; i <= 10; i++)
7         ar[i-1] = i;
8
9 RET(f(ar) == -3);