scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_intelli_05.call
1 extern long a(long long *this);
2
3
4 long long ar[3] = { 2, 4, 8 };
5
6 RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);