Testcase bugfix
[testub10.git] / codeb / codea_abgabe_a.call
1 extern long m(long,long);
2 RET(m(2,5)==3 && m(7,2)==-5);