scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / 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);