scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codea_mrstrcmp_16.call
1 long f(long, long, long);
2
3 RET(f(0, 0x00, 0x00) == 1 &&
4     f(0, 0x0A, 0xFF) == 0 &&
5     f(0, 0xFF, 0x50) == 0 &&
6     f(0, 0x0A, 0x50) == 1);
7