scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codea_mrstrcmp_10.call
1 long f(long, long, long);
2
3 RET(f(0, 0, 10) ==  10 &&
4     f(0, 0, 20) ==   0 &&
5     f(0, 0, 30) == -10);