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