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