tests für codea: zuweisungenen, variablendefinitionen, schreibender / lesender feldzu...
[testub10.git] / codeb / intelli_07.call
1 extern long long m(long long *this, long long x);
2
3 long long ar[3] = { 2, 4, 8 };
4
5 RET(m(ar, 12) == 188 && ar[0] == 1 && ar[1] == 4 && ar[2] == 8);