New Testcase + Instr count updates
[testub10.git] / codeb / abgabe_bc.call
1 extern long mymax(long,long);
2 RET(mymax(7,4)==7 && mymax(18,22)==22);