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