f4e86b1a6abd7bf6c64b3eb14a75d12e90b3f8a9
[testub10.git] / gesamt / codeb_abgabe_bc.call
1 extern long mymax(long,long);
2 RET(mymax(7,4)==7 && mymax(18,22)==22);