codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_09.call
1 long f(long, long, long);
2
3 RET(f(0, 20, 10) ==  10 &&
4     f(0, 10, 20) == -10);