scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_intelli_01.call
1 extern long s(long *this, long*, long);
2
3 long ar[] = {111, 222, 333};
4
5 RET(s(ar, ar, 5) == ((ar[1] * ar[0]) - (5 * -2)) * ((ar[1] * ar[0]) - (5 * -2)));