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