[codeb] Instr update + forgotten testcase
[testub10.git] / codeb / abgabe_bd.call
1 extern long mymax(long,long);
2 RET(mymax(7,4)==7 && mymax(18,22)==22);