ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt_ppc / codeb_intelli_05.call
1 extern long a(int *this);
2
3
4 int ar[3] = { 2, 4, 8 };
5
6 RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);