codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_11.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);